Click or drag to resize
DigitalRuneDynamicCharacterControllerWidth Property
Gets or sets the width.

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

Property Value

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