Click or drag to resize
DigitalRuneRagdollMotorMode Property
Gets or sets the motor mode.

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

Property Value

Type: RagdollMotorMode
The motor mode. The default value is Velocity.
See Also