DoopelPonger
Static Public Attributes | List of all members
InputManagerValidKeys Class Reference

Data class used to hold all the valid KeyCodes that a player can use to set to Actions. More...

Static Public Attributes

static readonly KeyCode [] VALID_KEYS
 
static readonly HashSet< KeyCode > VALID_KEYS_SET = new HashSet<KeyCode>(VALID_KEYS)
 

Detailed Description

Data class used to hold all the valid KeyCodes that a player can use to set to Actions.

Member Data Documentation

◆ VALID_KEYS

readonly KeyCode [] InputManagerValidKeys.VALID_KEYS
static

◆ VALID_KEYS_SET

readonly HashSet<KeyCode> InputManagerValidKeys.VALID_KEYS_SET = new HashSet<KeyCode>(VALID_KEYS)
static

The documentation for this class was generated from the following file: