C# Class KeyBindings, kaijurising

Inheritance: MonoBehaviour
Show file Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
back KeyCode,
forward KeyCode,
left KeyCode,
primaryAttack KeyCode,
right KeyCode,
specialAttack KeyCode,

Property Details

back public property

public KeyCode, back
return KeyCode,

forward public property

public KeyCode, forward
return KeyCode,

left public property

public KeyCode, left
return KeyCode,

primaryAttack public property

public KeyCode, primaryAttack
return KeyCode,

right public property

public KeyCode, right
return KeyCode,

specialAttack public property

public KeyCode, specialAttack
return KeyCode,