Namespace: DeltaEngine.Physics3DAssembly: DeltaEngine.Physics3D (in DeltaEngine.Physics3D.dll) Version: 1.1.1.0 (1.1.1)
public Vector3D RotationAxis { get; set; }
public Vector3D RotationAxis { get; set; }
Public Property RotationAxis As Vector3D
Get
Set
Public Property RotationAxis As Vector3D
Get
Set
public:
property Vector3D RotationAxis {
Vector3D get ();
void set (Vector3D value);
}
public:
property Vector3D RotationAxis {
Vector3D get ();
void set (Vector3D value);
}
member RotationAxis : Vector3D with get, set
member RotationAxis : Vector3D with get, set
Property Value
Type:
Vector3D