C# Class LeopotamGroup.Gui.Layout.GuiBindPosition

Inheritance: LeopotamGroup.Common.MonoBehaviourBase
Mostra 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 position.

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Validate() public method

Force revalidate position.
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

Target public_oe property

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