mPhysics - A .NET Wrapper for Ageia's PhysX SDK

Sphere.Radius Property

 [This is preliminary documentation and subject to change.]

Radius of the sphere.

[Visual Basic]
Public Property Single As 
[C#]
public float Single { get; set; }
[C++]
public: __property  get_Single();
public: __property void set_Single(float );
[JScript]
public function get Single() : float
public function set Single(float);

See Also

Sphere Structure | mPhysics.Foundation Namespace