localPose property
Matrix4
get
localPose
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;
set
localPose
(Matrix4 value)
Implementation
set localPose(Matrix4 value);