Click or drag to resize
DigitalRuneKinematicCharacterControllerVelocity Property
Gets the current velocity of the character controller.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public Vector3F Velocity { get; }

Property Value

Type: Vector3F
The current velocity of the character controller.
Remarks
This property is updated in Move(Vector3F, Single, Single).
See Also