|  | PhysicalBodyCenterOfMass Property | 
Gets or sets the center of mass on Rigidbody.
As with Rigidbody.centerOfMass, setting a value for this property at run-time will set IsCenterOfMassExplicit to .
Namespace: Candlelight.Physics
 Syntax
Syntaxpublic virtual Vector3 CenterOfMass { get; set; }
 Remarks
Remarks See Also
See Also