UnityEngine.HumanPoseHandler.Internal_SetHumanPose C# (CSharp) Метод

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

private Internal_SetHumanPose ( Vector3 &bodyPosition, Quaternion &bodyRotation, float muscles ) : bool
bodyPosition Vector3
bodyRotation Quaternion
muscles float
Результат bool
        private bool Internal_SetHumanPose(ref Vector3 bodyPosition, ref Quaternion bodyRotation, float[] muscles)
        {
            return INTERNAL_CALL_Internal_SetHumanPose(this, ref bodyPosition, ref bodyRotation, muscles);
        }