| WheelRadius Property |
Gets or sets the radius of the wheel.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public float Radius { get; set; }
Public Property Radius As Single
Get
Set
public:
property float Radius {
float get ();
void set (float value);
}
member Radius : float32 with get, set
Property Value
Type:
SingleThe radius of the wheel.
See Also