C# Class uguimvvm.TabItem

Inheritance: UnityEngine.UI.Button
显示文件 Open project: jbruening/ugui-mvvm Class Usage Examples

Public Methods

Method Description
SetSelected ( bool state ) : void

Protected Methods

Method Description
Awake ( ) : void
DoStateTransition ( SelectionState state, bool instant ) : void
InstantClearState ( ) : void
OnTransformParentChanged ( ) : void

Private Methods

Method Description
OnClick ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

DoStateTransition() protected method

protected DoStateTransition ( SelectionState state, bool instant ) : void
state SelectionState
instant bool
return void

InstantClearState() protected method

protected InstantClearState ( ) : void
return void

OnTransformParentChanged() protected method

protected OnTransformParentChanged ( ) : void
return void

SetSelected() public method

public SetSelected ( bool state ) : void
state bool
return void