| KinematicCharacterControllerVelocity Property |
Gets the current velocity of the character controller.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public Vector3F Velocity { get; }
Public ReadOnly Property Velocity As Vector3F
Get
public:
property Vector3F Velocity {
Vector3F get ();
}
member Velocity : Vector3F with get
Property Value
Type:
Vector3F
The current velocity of the character controller.
Remarks See Also