C# Class PlayerCardCreator, AngryCartels

Inheritance: MonoBehaviour
Afficher le fichier Open project: exsmiley/AngryCartels

Méthodes publiques

Свойство Type Description
playerCardPrefab GameObject
playerCardRowPrefab GameObject

Méthodes publiques

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

Private Methods

Méthode Description
createPlayerCards ( int numPlayers ) : void

Creates Player UI Cards to display in this attached game object. This method should only be called once at the start of the game scene.

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

playerCardPrefab public_oe property

public GameObject playerCardPrefab
Résultat GameObject

playerCardRowPrefab public_oe property

public GameObject playerCardRowPrefab
Résultat GameObject