C# Class KeyboardInstanciator, rainCrossBow

Inheritance: MonoBehaviour
Show file Open project: Collegiennes/rainCrossBow

Public Properties

Property Type Description
Prefabs List

Public Methods

Method Description
GetKeyState ( KeyCode, key ) : TimedButtonState
Start ( ) : void
Update ( ) : void

Method Details

GetKeyState() public method

public GetKeyState ( KeyCode, key ) : TimedButtonState
key KeyCode,
return TimedButtonState

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Prefabs public property

public List Prefabs
return List