Click or drag to resize
PhysicalBodyChildCentroid Property
Gets the average position of all child bodies in this body's space.

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

Property Value

Type: Vector3
The average position of all child bodies in this body's space.
See Also