C# Class PlayerCardCreator, AngryCartels

Inheritance: MonoBehaviour
ファイルを表示 Open project: exsmiley/AngryCartels

Public Properties

Property Type Description
playerCardPrefab GameObject
playerCardRowPrefab GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method 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 method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

playerCardPrefab public_oe property

public GameObject playerCardPrefab
return GameObject

playerCardRowPrefab public_oe property

public GameObject playerCardRowPrefab
return GameObject