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

Bounds3.Size Property

 [This is preliminary documentation and subject to change.]

Computes the size (length, width, height) of the bounds.

[Visual Basic]
Public Property ReadOnly Vector3 As 
[C#]
public Vector3 Vector3 { get; }
[C++]
public: __property  get_Vector3();
[JScript]
public function get Vector3() : Vector3

See Also

Bounds3 Structure | mPhysics.Foundation Namespace