C# Class U9View, swip3

Inheritance: MonoBehaviour
Afficher le fichier Open project: unit9/swip3 Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected AddDependentView ( U9View, v ) : void
v U9View,
Résultat void

AddDisplayTransitionListeners() protected méthode

protected AddDisplayTransitionListeners ( U9Transition, displayTransition ) : void
displayTransition U9Transition,
Résultat void

AddHideTransitionListeners() protected méthode

protected AddHideTransitionListeners ( U9Transition, hideTransition ) : void
hideTransition U9Transition,
Résultat void

AttemptInit() public méthode

public AttemptInit ( ) : void
Résultat void

Awake() protected méthode

protected Awake ( ) : void
Résultat void

BeginDisplay() protected méthode

protected BeginDisplay ( ) : void
Résultat void

BeginHide() protected méthode

protected BeginHide ( ) : void
Résultat void

CreateDisplayTransition() protected abstract méthode

protected abstract CreateDisplayTransition ( bool force ) : U9Transition,
force bool
Résultat U9Transition,

CreateHideTransition() protected abstract méthode

protected abstract CreateHideTransition ( bool force ) : U9Transition,
force bool
Résultat U9Transition,

DisableInteraction() public méthode

public DisableInteraction ( ) : void
Résultat void

DisableInteractionInternal() protected méthode

protected DisableInteractionInternal ( ) : void
Résultat void

Display() public méthode

public Display ( ) : void
Résultat void

EnableInteraction() public méthode

public EnableInteraction ( ) : void
Résultat void

EnableInteractionInternal() protected méthode

protected EnableInteractionInternal ( ) : void
Résultat void

EndDisplay() protected méthode

protected EndDisplay ( ) : void
Résultat void

EndHide() protected méthode

protected EndHide ( ) : void
Résultat void

GetDisplayTransition() public méthode

public GetDisplayTransition ( bool force = false ) : U9Transition,
force bool
Résultat U9Transition,

GetHideTransition() public méthode

public GetHideTransition ( bool force = false ) : U9Transition,
force bool
Résultat U9Transition,

HandleDisplayTransitionEnded() protected méthode

protected HandleDisplayTransitionEnded ( U9Transition, transition ) : void
transition U9Transition,
Résultat void

HandleHideTransitionEnded() protected méthode

protected HandleHideTransitionEnded ( U9Transition, transition ) : void
transition U9Transition,
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

InitView() protected méthode

protected InitView ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void