IsGrounded#

ExportRoomPlayerController.IsGrounded()#

プレイヤーの Rigidbody が接地しているかを取得します。 プレイヤーが存在しない場合は false を返します。

Returns:

接地しているか

Return type:

boolean

Example#

print("IsGrounded: "..tostring(playerController.IsGrounded()))