| パッケージ | 説明 |
|---|---|
| com.daxie.xops.properties.config |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
KeyCode |
Config.GetDropWeapon() |
|
KeyCode |
Config.GetFire() |
|
KeyCode |
Config.GetFireMode() |
|
KeyCode |
Config.GetJump() |
|
KeyCode |
Config.GetMoveBackward() |
|
KeyCode |
Config.GetMoveForward() |
|
KeyCode |
Config.GetMoveLeft() |
|
KeyCode |
Config.GetMoveRight() |
|
KeyCode |
Config.GetReload() |
|
KeyCode |
Config.GetSwitchWeapon() |
|
KeyCode |
Config.GetTurnDown() |
|
KeyCode |
Config.GetTurnLeft() |
|
KeyCode |
Config.GetTurnRight() |
|
KeyCode |
Config.GetTurnUp() |
|
KeyCode |
Config.GetWalk() |
|
KeyCode |
Config.GetWeapon1() |
|
KeyCode |
Config.GetWeapon2() |
|
KeyCode |
Config.GetZoom() |
|
static KeyCode |
KeyCode.valueOf(String name) |
指定した名前を持つこの型の列挙型定数を返します。
|
static KeyCode[] |
KeyCode.values() |
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
void |
Config.SetDropWeapon(KeyCode drop_weapon) |
|
void |
Config.SetFire(KeyCode fire) |
|
void |
Config.SetFireMode(KeyCode fire_mode) |
|
void |
Config.SetJump(KeyCode jump) |
|
void |
Config.SetMoveBackward(KeyCode move_backward) |
|
void |
Config.SetMoveForward(KeyCode move_forward) |
|
void |
Config.SetMoveLeft(KeyCode move_left) |
|
void |
Config.SetMoveRight(KeyCode move_right) |
|
void |
Config.SetReload(KeyCode reload) |
|
void |
Config.SetSwitchWeapon(KeyCode switch_weapon) |
|
void |
Config.SetTurnDown(KeyCode turn_down) |
|
void |
Config.SetTurnLeft(KeyCode turn_left) |
|
void |
Config.SetTurnRight(KeyCode turn_right) |
|
void |
Config.SetTurnUp(KeyCode turn_up) |
|
void |
Config.SetWalk(KeyCode walk) |
|
void |
Config.SetWeapon1(KeyCode weapon1) |
|
void |
Config.SetWeapon2(KeyCode weapon2) |
|
void |
Config.SetZoom(KeyCode zoom) |
Copyright © 2020. All rights reserved.