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);
        }