Click or drag to resize
PhysicalBodyRigidbody Property
Gets the Rigidbody on this object.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Rigidbody Rigidbody { get; }

Property Value

Type: Rigidbody
The Rigidbody on this object.
See Also