C# Class U9CompositeView, swip3

Inheritance: U9View
Afficher le fichier Open project: unit9/swip3

Méthodes publiques

Méthode Description
Display ( ) : void
Hide ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
CreateDisplayTransition ( bool force ) : U9Transition,
CreateHideTransition ( bool force ) : U9Transition,
DisableInteractionInternal ( ) : void
EnableInteractionInternal ( ) : void

Private Methods

Méthode Description
CreateCompositeTransition ( U9Transition, ts ) : U9Transition,

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

CreateDisplayTransition() protected méthode

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

CreateHideTransition() protected méthode

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

DisableInteractionInternal() protected méthode

protected DisableInteractionInternal ( ) : void
Résultat void

Display() public méthode

public Display ( ) : void
Résultat void

EnableInteractionInternal() protected méthode

protected EnableInteractionInternal ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void