C# Class LeopotamGroup.Gui.Layout.GuiBindPanelRange

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Leopotam/LeopotamGroupLibraryUnity

Méthodes publiques

Свойство Type Description
Once bool

Méthodes publiques

Méthode Description
LateUpdate ( ) : void
OnEnable ( ) : void
Validate ( ) : void

Force revalidate size.

Method Details

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Validate() public méthode

Force revalidate size.
public Validate ( ) : void
Résultat void

Property Details

Once public_oe property

Binding will be done only once, then component will be disabled.
public bool Once
Résultat bool