C# Class DancesExecuted, ggj16

Inheritance: MonoBehaviour
显示文件 Open project: amzeratul/ggj16 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
Save ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

ExecuteDance() public method

public ExecuteDance ( DanceMove, move ) : void
move DanceMove,
return void

GetExecutedDances() public method

public GetExecutedDances ( ) : int[]
return int[]

HasExecutedDance() public method

public HasExecutedDance ( int id ) : bool
id int
return bool