C# Class PlayerCharacterController, Gadgets
ファイルを表示
Open project: RITGameDev/Gadgets
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
jump |
KeyCode, |
|
|
left |
KeyCode, |
|
|
right |
KeyCode, |
|
|
use |
KeyCode, |
|
|
Public Methods
Method Details
public Update ( ) : void |
return |
void |
|
Property Details
public KeyCode, jump |
return |
KeyCode, |
|
public KeyCode, left |
return |
KeyCode, |
|
public KeyCode, right |
return |
KeyCode, |
|
public KeyCode, use |
return |
KeyCode, |
|