localPose property
Pose of the collider relative to its owning Node. Used when one node carries multiple colliders, or when the collision volume is offset from the node's origin.
Implementation
Matrix4 get localPose;
Implementation
set localPose(Matrix4 value);