C# Class InputProviderPCStd, ProjectPhoenix

Inheritance: MonoBehaviour
Show file Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
Backward KeyCode,
Fire KeyCode,
Left KeyCode,
PanLeft KeyCode,
PanRight KeyCode,
Right KeyCode,
Stop KeyCode,
Up KeyCode,

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Backward public property

public KeyCode, Backward
return KeyCode,

Fire public property

public KeyCode, Fire
return KeyCode,

Left public property

public KeyCode, Left
return KeyCode,

PanLeft public property

public KeyCode, PanLeft
return KeyCode,

PanRight public property

public KeyCode, PanRight
return KeyCode,

Right public property

public KeyCode, Right
return KeyCode,

Stop public property

public KeyCode, Stop
return KeyCode,

Up public property

public KeyCode, Up
return KeyCode,