| WheelRay Property |
Gets the ray.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public RayShape Ray { get; }
Public ReadOnly Property Ray As RayShape
Get
public:
property RayShape^ Ray {
RayShape^ get ();
}
member Ray : RayShape with get
Property Value
Type:
RayShapeThe ray.
See Also