C# Class LeopotamGroup.Gui.Layout.GuiBindEventReceiverSize

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

Public Properties

Property Type Description
Once bool
Target GuiWidget

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 property

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

Target public property

Target GuiWidget to binding. If null - screen borders will be used.
public GuiWidget Target
return GuiWidget