Method | Description | |
---|---|---|
AttemptInit ( ) : void | ||
DisableInteraction ( ) : void | ||
Display ( ) : void | ||
EnableInteraction ( ) : void | ||
GetDisplayTransition ( bool force = false ) : U9Transition, | ||
GetHideTransition ( bool force = false ) : U9Transition, | ||
Hide ( ) : void |
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 |
Method | Description | |
---|---|---|
FindDependentGameObjects ( Transform parent ) : List |
||
FindDependentViews ( Transform parent ) : List |
||
HandleDisplayTransitionBegan ( U9Transition, transition ) : void | ||
HandleHideTransitionBegan ( U9Transition, transition ) : void | ||
OnEnable ( ) : void | ||
UpdateInteractionStatus ( ) : void |
protected AddDependentView ( U9View, v ) : void | ||
v | U9View, | |
return | void |
protected AddDisplayTransitionListeners ( U9Transition, displayTransition ) : void | ||
displayTransition | U9Transition, | |
return | void |
protected AddHideTransitionListeners ( U9Transition, hideTransition ) : void | ||
hideTransition | U9Transition, | |
return | void |
protected abstract CreateDisplayTransition ( bool force ) : U9Transition, | ||
force | bool | |
return | U9Transition, |
protected abstract CreateHideTransition ( bool force ) : U9Transition, | ||
force | bool | |
return | U9Transition, |
protected DisableInteractionInternal ( ) : void | ||
return | void |
protected EnableInteractionInternal ( ) : void | ||
return | void |
public GetDisplayTransition ( bool force = false ) : U9Transition, | ||
force | bool | |
return | U9Transition, |
public GetHideTransition ( bool force = false ) : U9Transition, | ||
force | bool | |
return | U9Transition, |
protected HandleDisplayTransitionEnded ( U9Transition, transition ) : void | ||
transition | U9Transition, | |
return | void |
protected HandleHideTransitionEnded ( U9Transition, transition ) : void | ||
transition | U9Transition, | |
return | void |