Click or drag to resize
DigitalRuneKinematicCharacterControllerHeight Property
Gets or sets the height.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public float Height { get; set; }

Property Value

Type: Single
The height. The default is 1.8.
Remarks
This property assumes that the character's shape is a CapsuleShape.
See Also