Gets or Sets the box corner/origin position
Namespace: JigLibX.GeometryAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public Vector3 Position { get; set; } |
Visual Basic |
---|
Public Property Position As Vector3 Get Set |
Visual C++ |
---|
public: property Vector3 Position { Vector3 get (); void set (Vector3 value); } |