Click or drag to resize
DigitalRuneWheelTouchedBody Property
Gets the touched body (= the ground object).

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

Property Value

Type: RigidBody
The touched body or if HasGroundContact is .
See Also