API reference
API reference
Select your platform
No SDKs available
No versions available

RigidbodyKinematicLockerExtension Class

Extension methods for Rigidbody to easily manage kinematic locking through the RigidbodyKinematicLocker component.

Static Member Functions

Check whether the kinematic state of the Rigidbody is locked by some other caller.
If the Rigidbody does not have a RigidbodyKinematicLocker component, it returns false.
Parameters
rigidbody
The Rigidbody to check lock status on.
Returns
Whether the rigidbody is currently locked
Locks to true the kinematic state of the Rigidbody this method is called on.
If the Rigidbody does not have a RigidbodyKinematicLocker component, it adds one.
Parameters
rigidbody
The Rigidbody to lock the kinematic state on.
Unlocks the kinematic state of the Rigidbody this method is called on.
If the Rigidbody does not have a RigidbodyKinematicLocker component, it logs an error.
Parameters
rigidbody
The Rigidbody to unlock the kinematic state on.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon