C# Class DancesExecuted, ggj16

Inheritance: MonoBehaviour
Afficher le fichier Open project: amzeratul/ggj16 Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteDance ( DanceMove, move ) : void
GetExecutedDances ( ) : int[]
HasExecutedDance ( int id ) : bool

Méthodes protégées

Méthode Description
Awake ( ) : void

Private Methods

Méthode Description
Save ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

ExecuteDance() public méthode

public ExecuteDance ( DanceMove, move ) : void
move DanceMove,
Résultat void

GetExecutedDances() public méthode

public GetExecutedDances ( ) : int[]
Résultat int[]

HasExecutedDance() public méthode

public HasExecutedDance ( int id ) : bool
id int
Résultat bool