C# Class GameZoneScript, SecretOFGaiaOfTheDead

Inheritance: MonoBehaviour
显示文件 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_oe property

public RuleController MyControler
return RuleController

nbInitCards public_oe property

public int nbInitCards
return int

test public_oe property

public GameObject test
return GameObject