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