SetLocalRotation#

ExportTransform.SetLocalRotation(localRotation)#

ローカル座標系の回転を設定します。

Parameters:

localRotation (Quaternion) -- ローカル座標系の回転

Examples#

local t = vci.assets.GetTransform("SubItem1")
t.SetLocalRotation(Quaternion.Euler(0, 90, 0)) -- ローカル座標系の回転を (0, 90, 0) に設定