Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


localCenterOfMass

The center of mass position of the body in local space. This can be accessed as a union of PhysicsBody.mass, PhysicsBody.rotationalInertia and PhysicsBody.localCenterOfMass using PhysicsBody.massConfiguration.
Read time 1 minuteLast updated 12 days ago

Definition

public Vector2 localCenterOfMass { get; set; }