GetVelocity# ExportRoomPlayerController.GetVelocity()# プレイヤーの Rigidbody の速度を取得します。 Returns: プレイヤーの Rigidbody の速度[m/s] Return type: Vector3 Example# print("Velocity: "..tostring(playerController.GetVelocity()))