C# Class CharacterSelect, gateway2dwest

Inheritance: MonoBehaviour
Afficher le fichier Open project: stlgamedev/gateway2dwest Class Usage Examples

Méthodes publiques

Свойство Type Description
characterPanel GameObject
playerInputHelpers InputHelper[]
playerSelectionSprites SpriteRenderer[]
playerSelectors GameObject[]
pressStartObjects GameObject[]
readyObjects GameObject[]
selectablePlayerObjects GameObject[]
selectorOffset Vector3

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

characterPanel public_oe property

public GameObject characterPanel
Résultat GameObject

playerInputHelpers public_oe property

public InputHelper[] playerInputHelpers
Résultat InputHelper[]

playerSelectionSprites public_oe property

public SpriteRenderer[] playerSelectionSprites
Résultat SpriteRenderer[]

playerSelectors public_oe property

public GameObject[] playerSelectors
Résultat GameObject[]

pressStartObjects public_oe property

public GameObject[] pressStartObjects
Résultat GameObject[]

readyObjects public_oe property

public GameObject[] readyObjects
Résultat GameObject[]

selectablePlayerObjects public_oe property

public GameObject[] selectablePlayerObjects
Résultat GameObject[]

selectorOffset public_oe property

public Vector3 selectorOffset
Résultat Vector3