Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
AbstractStage
C# Class AbstractStage, RhythmHeavenInAnione
Inheritance:
ILifeCycle
ファイルを表示
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,