ExportRoomPlayerController#

Room only

class ExportRoomPlayerController#

ローカルプレイヤーの物理演算制御を提供します。
ExportRoomPlayer.GetRoomPlayerController() で取得できます。

関数

説明

AddForce

プレイヤーの Rigidbody に力を与えます

GetMass

プレイヤーの Rigidbody の質量を取得します

GetVelocity

プレイヤーの Rigidbody の速度を取得します

IsGrounded

プレイヤーの Rigidbody が接地しているかを取得します

SetVelocity

プレイヤーの Rigidbody の速度を設定します

TeleportTo

座標と回転を指定してプレイヤーを瞬間移動させます