C# Class AbstractStage, RhythmHeavenInAnione

Inheritance: ILifeCycle
Datei anzeigen Open project: SilverJun/RhythmHeavenInAnione Class Usage Examples

Public Properties

Property Type Description
_baseStage BaseStage,

Public Methods

Method Description
OnEnd ( EndStageUI, ui ) : void
OnExit ( ) : void
OnFail ( Note, note ) : void
OnNote ( Note, note ) : void
OnSuccess ( Note, note ) : void

Method Details

OnEnd() public method

public OnEnd ( EndStageUI, ui ) : void
ui EndStageUI,
return void

OnExit() public method

public OnExit ( ) : void
return void

OnFail() public method

public OnFail ( Note, note ) : void
note Note,
return void

OnNote() public method

public OnNote ( Note, note ) : void
note Note,
return void

OnSuccess() public method

public OnSuccess ( Note, note ) : void
note Note,
return void

Property Details

_baseStage public_oe property

public BaseStage, _baseStage
return BaseStage,