C# Class HeaderView, swip3

Inheritance: U9View
ファイルを表示 Open project: unit9/swip3 Class Usage Examples

Protected Methods

Method Description
Awake ( ) : void
CreateDisplayTransition ( bool force ) : U9Transition,
CreateHideTransition ( bool force ) : U9Transition,

Private Methods

Method Description
HandleExitClicked ( object sender, System e ) : void
HandleInfoClicked ( object sender, System e ) : void
HandleLeaderboardClicked ( object sender, System e ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

CreateDisplayTransition() protected method

protected CreateDisplayTransition ( bool force ) : U9Transition,
force bool
return U9Transition,

CreateHideTransition() protected method

protected CreateHideTransition ( bool force ) : U9Transition,
force bool
return U9Transition,