GetNormalizedRight#
- ExportTransform.GetNormalizedRight()#
ローカル座標系の X+ 方向の正規化ベクトルを返します。
- Returns:
ローカル座標系の X+ 方向の正規化ベクトル
- Return type:
Example#
local t = vci.assets.GetTransform("SubItem1")
print(t.GetNormalizedRight()) -- SubItem1 のローカル座標系の X+ 方向の正規化ベクトルを表示