コード例 #1
0
        private Quaternion InternalGetGoalRotationFromPose(AvatarIKGoal index)
        {
            Quaternion result;

            AnimationHumanStream.InternalGetGoalRotationFromPose_Injected(ref this, index, out result);
            return(result);
        }