Click or drag to resize
DigitalRuneKinematicCharacterControllerUpVector Property
Gets the vector that points into the "up" direction.

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 UpVector { get; }

Property Value

Type: Vector3F
The normalized up vector.
Remarks
This vector is normalized and defines the direction of the character capsule. Gravity will act against this direction.
See Also