GetNormalizedForward#

ExportTransform.GetNormalizedForward()#

ローカル座標系の Z+ 方向の正規化ベクトルを返します。

Returns:

ローカル座標系の Z+ 方向の正規化ベクトル

Return type:

Vector3

Example#

local t = vci.assets.GetTransform("SubItem1")
print(t.GetNormalizedForward()) -- SubItem1 のローカル座標系の Z+ 方向の正規化ベクトルを表示