GetAngularVelocity#
- ExportTransform.GetAngularVelocity()#
Rigidbody の角速度[rad/秒]を取得します。
Rigidbody がアタッチされている場合のみ使用できます。- Returns:
角速度
- Return type:
Example#
local t = vci.assets.GetTransform("SubItem1")
print(t.GetAngularVelocity) -- SubItem1 の Rigidbody の角速度を表示