C# Class U9CompositeView, swip3

Inheritance: U9View
Show file Open project: unit9/swip3

Public Methods

Method Description
Display ( ) : void
Hide ( ) : void

Protected Methods

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

Private Methods

Method Description
CreateCompositeTransition ( U9Transition, ts ) : U9Transition,

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,

DisableInteractionInternal() protected method

protected DisableInteractionInternal ( ) : void
return void

Display() public method

public Display ( ) : void
return void

EnableInteractionInternal() protected method

protected EnableInteractionInternal ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void