Click or drag to resize
DigitalRuneWheelCollisionObject Property
Gets the collision object that defines collision detection behavior of the ray.

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

Property Value

Type: CollisionObject
The collision object of the ray.
See Also