C# Class _root, Summer_SlowJam_3

Inheritance: MonoBehaviour
Mostra file Open project: Rojibora/Summer_SlowJam_3 Class Usage Examples

Public Properties

Property Type Description
toggle bool

Public Methods

Method Description
Awake ( ) : void
SpawnReadyCards ( ) : void
Start ( ) : void
Update ( ) : void
addStateChangeListener ( StateChangeListener scl ) : void

Private Methods

Method Description
StateChange ( GameState, old, GameState, now ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

SpawnReadyCards() public static method

public static SpawnReadyCards ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

addStateChangeListener() public static method

public static addStateChangeListener ( StateChangeListener scl ) : void
scl StateChangeListener
return void

Property Details

toggle public_oe property

public bool toggle
return bool