GetLocalScale# ExportTransform.GetLocalScale()# ローカル座標系のスケール(親の Transform から見た相対的なスケール)を取得します。 Returns: ローカル座標系のスケール Return type: Vector3 Example# local t = vci.assets.GetTransform("SubItem1") print(t.GetLocalScale()) -- SubItem1 のローカル座標系のスケールを表示