IsGrounded# ExportRoomPlayerController.IsGrounded()# プレイヤーの Rigidbody が接地しているかを取得します。 Returns: 接地しているか Return type: boolean Example# print("IsGrounded: "..tostring(playerController.IsGrounded()))