C# Class uguimvvm.TabItem

Inheritance: UnityEngine.UI.Button
Afficher le fichier Open project: jbruening/ugui-mvvm Class Usage Examples

Méthodes publiques

Méthode Description
SetSelected ( bool state ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
DoStateTransition ( SelectionState state, bool instant ) : void
InstantClearState ( ) : void
OnTransformParentChanged ( ) : void

Private Methods

Méthode Description
OnClick ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

DoStateTransition() protected méthode

protected DoStateTransition ( SelectionState state, bool instant ) : void
state SelectionState
instant bool
Résultat void

InstantClearState() protected méthode

protected InstantClearState ( ) : void
Résultat void

OnTransformParentChanged() protected méthode

protected OnTransformParentChanged ( ) : void
Résultat void

SetSelected() public méthode

public SetSelected ( bool state ) : void
state bool
Résultat void