Skip to main content
Version: 4.0.0

Physics Info

physics info

Provides all information about a Rigid Body component's current physical state, such as velocity, acceleration, and rotational velocity, as well as other relevant data.

Input

NameData TypeDescription
Rigid BodyComponentThe Rigid Body component that you want to retrieve information from.

Output

NameData TypeDescription
SpeedNumberThe current speed of the Rigid Body component.
VelocityVec3The current velocity of the Rigid Body component, represented as a vector.
Angular VelocityVec3The current angular velocity of the Rigid Body component, represented as a vector.
Total ForceVec3The total force being applied to the Rigid Body component, represented as a vector.
Total TorqueVec3The total torque being applied to the Rigid Body component, represented as a vector.
MassNumberThe mass of the Rigid Body component, represented as a scalar value.
DampingNumberThe damping value of the Rigid Body component, represented as a scalar value.
Angular DampingNumberThe angular damping value of the Rigid Body component, represented as a scalar value.
Is StaticBooleanA boolean value indicating whether the Rigid Body component is static or dynamic.