INTERNAL_CALL_Internal_GetHumanPose() private method

private INTERNAL_CALL_Internal_GetHumanPose ( HumanPoseHandler self, Vector3 &bodyPosition, Quaternion &bodyRotation, float muscles ) : bool
self HumanPoseHandler
bodyPosition Vector3
bodyRotation Quaternion
muscles float
return bool
コード例 #1
0
 private bool Internal_GetHumanPose(ref Vector3 bodyPosition, ref Quaternion bodyRotation, float[] muscles)
 {
     return(HumanPoseHandler.INTERNAL_CALL_Internal_GetHumanPose(this, ref bodyPosition, ref bodyRotation, muscles));
 }