Returns the mass of the rigidbody attached on the GameObject.
Usage of all physics functions under the Physics - Rigidbody category requires calling apply_rigidbody first on the applied game objects.
apply_rigidbody
The identifier for the GameObject that you want to get mass for.
The mass of the rigidbody attached on the GameObject
Generated using TypeDoc
Returns the mass of the rigidbody attached on the GameObject.
Usage of all physics functions under the Physics - Rigidbody category requires calling
apply_rigidbody
first on the applied game objects.