C# Class GameZoneScript, SecretOFGaiaOfTheDead

Inheritance: MonoBehaviour
Show file Open project: NaturalSolutions/SecretOFGaiaOfTheDead Class Usage Examples

Public Properties

Property Type Description
MyControler RuleController
nbInitCards int
test GameObject

Public Methods

Method Description
DisplayHand ( ) : void
OnClick ( ) : void
Start ( ) : void
Update ( ) : void
setHand ( int nbCards ) : void

Method Details

DisplayHand() public method

public DisplayHand ( ) : void
return void

OnClick() public method

public OnClick ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setHand() public method

public setHand ( int nbCards ) : void
nbCards int
return void

Property Details

MyControler public property

public RuleController MyControler
return RuleController

nbInitCards public property

public int nbInitCards
return int

test public property

public GameObject test
return GameObject