INTERNAL_CALL_GetZYRoll() private method

private INTERNAL_CALL_GetZYRoll ( Avatar self, int humanId, Vector3 &uvw, Quaternion &value ) : void
self Avatar
humanId int
uvw Vector3
value Quaternion
return void
コード例 #1
0
        internal Quaternion GetZYRoll(int humanId, Vector3 uvw)
        {
            Quaternion result;

            Avatar.INTERNAL_CALL_GetZYRoll(this, humanId, ref uvw, out result);
            return(result);
        }
コード例 #2
0
        internal Quaternion GetZYRoll(int humanId, Vector3 uvw)
        {
            Quaternion quaternion;

            Avatar.INTERNAL_CALL_GetZYRoll(this, humanId, ref uvw, out quaternion);
            return(quaternion);
        }
コード例 #3
0
 internal Quaternion GetZYRoll(int humanId, Vector3 uvw)
 {
     return(Avatar.INTERNAL_CALL_GetZYRoll(this, humanId, ref uvw));
 }