Interface: RigidbodyComponent
Rigidbody component data.
Extends
Properties
componentType
componentType: ComponentType;
Component type.
Inherited from
enabled
enabled: boolean;
Whether the component is enabled.
Inherited from
isKinematic
isKinematic: boolean;
Whether the rigidbody is kinematic.
angularDamping
angularDamping: number;
Angular damping.
linearDamping
linearDamping: number;
Linear damping.
mass
mass: number;
Mass.
useGravity
useGravity: boolean;
Whether gravity is enabled.