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