C# Class U9View, swip3

Inheritance: MonoBehaviour
Show file Open project: unit9/swip3 Class Usage Examples

Public Methods

Method Description
AttemptInit ( ) : void
DisableInteraction ( ) : void
Display ( ) : void
EnableInteraction ( ) : void
GetDisplayTransition ( bool force = false ) : U9Transition,
GetHideTransition ( bool force = false ) : U9Transition,
Hide ( ) : void

Protected Methods

Method Description
AddDependentView ( U9View, v ) : void
AddDisplayTransitionListeners ( U9Transition, displayTransition ) : void
AddHideTransitionListeners ( U9Transition, hideTransition ) : void
Awake ( ) : void
BeginDisplay ( ) : void
BeginHide ( ) : void
CreateDisplayTransition ( bool force ) : U9Transition,
CreateHideTransition ( bool force ) : U9Transition,
DisableInteractionInternal ( ) : void
EnableInteractionInternal ( ) : void
EndDisplay ( ) : void
EndHide ( ) : void
HandleDisplayTransitionEnded ( U9Transition, transition ) : void
HandleHideTransitionEnded ( U9Transition, transition ) : void
InitView ( ) : void
Start ( ) : void

Private Methods

Method Description
FindDependentGameObjects ( Transform parent ) : List
FindDependentViews ( Transform parent ) : List
HandleDisplayTransitionBegan ( U9Transition, transition ) : void
HandleHideTransitionBegan ( U9Transition, transition ) : void
OnEnable ( ) : void
UpdateInteractionStatus ( ) : void

Method Details

AddDependentView() protected method

protected AddDependentView ( U9View, v ) : void
v U9View,
return void

AddDisplayTransitionListeners() protected method

protected AddDisplayTransitionListeners ( U9Transition, displayTransition ) : void
displayTransition U9Transition,
return void

AddHideTransitionListeners() protected method

protected AddHideTransitionListeners ( U9Transition, hideTransition ) : void
hideTransition U9Transition,
return void

AttemptInit() public method

public AttemptInit ( ) : void
return void

Awake() protected method

protected Awake ( ) : void
return void

BeginDisplay() protected method

protected BeginDisplay ( ) : void
return void

BeginHide() protected method

protected BeginHide ( ) : void
return void

CreateDisplayTransition() protected abstract method

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

CreateHideTransition() protected abstract method

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

DisableInteraction() public method

public DisableInteraction ( ) : void
return void

DisableInteractionInternal() protected method

protected DisableInteractionInternal ( ) : void
return void

Display() public method

public Display ( ) : void
return void

EnableInteraction() public method

public EnableInteraction ( ) : void
return void

EnableInteractionInternal() protected method

protected EnableInteractionInternal ( ) : void
return void

EndDisplay() protected method

protected EndDisplay ( ) : void
return void

EndHide() protected method

protected EndHide ( ) : void
return void

GetDisplayTransition() public method

public GetDisplayTransition ( bool force = false ) : U9Transition,
force bool
return U9Transition,

GetHideTransition() public method

public GetHideTransition ( bool force = false ) : U9Transition,
force bool
return U9Transition,

HandleDisplayTransitionEnded() protected method

protected HandleDisplayTransitionEnded ( U9Transition, transition ) : void
transition U9Transition,
return void

HandleHideTransitionEnded() protected method

protected HandleHideTransitionEnded ( U9Transition, transition ) : void
transition U9Transition,
return void

Hide() public method

public Hide ( ) : void
return void

InitView() protected method

protected InitView ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void