INTERNAL_CALL_GetPreRotation() private method

private INTERNAL_CALL_GetPreRotation ( Avatar self, int humanId, Quaternion &value ) : void
self Avatar
humanId int
value Quaternion
return void
Esempio n. 1
0
        internal Quaternion GetPreRotation(int humanId)
        {
            Quaternion quaternion;

            Avatar.INTERNAL_CALL_GetPreRotation(this, humanId, out quaternion);
            return(quaternion);
        }
Esempio n. 2
0
        internal Quaternion GetPreRotation(int humanId)
        {
            Quaternion result;

            Avatar.INTERNAL_CALL_GetPreRotation(this, humanId, out result);
            return(result);
        }