INTERNAL_CALL_Internal_SetHumanPose() приватный Метод

private INTERNAL_CALL_Internal_SetHumanPose ( HumanPoseHandler self, Vector3 &bodyPosition, Quaternion &bodyRotation, float muscles ) : bool
self HumanPoseHandler
bodyPosition Vector3
bodyRotation Quaternion
muscles float
Результат bool
Пример #1
0
 private bool Internal_SetHumanPose(ref Vector3 bodyPosition, ref Quaternion bodyRotation, float[] muscles)
 {
     return(HumanPoseHandler.INTERNAL_CALL_Internal_SetHumanPose(this, ref bodyPosition, ref bodyRotation, muscles));
 }