Gets or Sets transformRate.AngularVelocity

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public Vector3 AngularVelocity { get; set; }
Visual Basic
Public Property AngularVelocity As Vector3
	Get
	Set
Visual C++
public:
property Vector3 AngularVelocity {
	Vector3 get ();
	void set (Vector3 value);
}

See Also