UnityEngine.Avatar.GetPreRotation C# (CSharp) Method

GetPreRotation() private method

private GetPreRotation ( int humanId ) : Quaternion
humanId int
return Quaternion
        internal Quaternion GetPreRotation(int humanId)
        {
            Quaternion quaternion;
            INTERNAL_CALL_GetPreRotation(this, humanId, out quaternion);
            return quaternion;
        }