C# Class LeopotamGroup.Gui.Layout.GuiBindPanelRange

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: Leopotam/LeopotamGroupLibraryUnity

Public Properties

Property Type Description
Once bool

Public Methods

Method Description
LateUpdate ( ) : void
OnEnable ( ) : void
Validate ( ) : void

Force revalidate size.

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Validate() public method

Force revalidate size.
public Validate ( ) : void
return void

Property Details

Once public_oe property

Binding will be done only once, then component will be disabled.
public bool Once
return bool