Gets or Sets the three side lengths of the box
Namespace: JigLibX.GeometryAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public Vector3 SideLengths { get; set; } |
Visual Basic |
---|
Public Property SideLengths As Vector3 Get Set |
Visual C++ |
---|
public: property Vector3 SideLengths { Vector3 get (); void set (Vector3 value); } |