INTERNAL_CALL_GetPostRotation() private method

private INTERNAL_CALL_GetPostRotation ( Avatar self, int humanId, Quaternion &value ) : void
self Avatar
humanId int
value Quaternion
return void
Exemplo n.º 1
0
        internal Quaternion GetPostRotation(int humanId)
        {
            Quaternion quaternion;

            Avatar.INTERNAL_CALL_GetPostRotation(this, humanId, out quaternion);
            return(quaternion);
        }
Exemplo n.º 2
0
        internal Quaternion GetPostRotation(int humanId)
        {
            Quaternion result;

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