Class TABS<ButtonType>
- Namespace
- Zorro.UI
- Assembly
- Zorro.UI.Runtime.dll
public abstract class TABS<ButtonType> : MonoBehaviour, ITABS where ButtonType : TAB_Button
Type Parameters
ButtonType
- Inheritance
-
TABS<ButtonType>
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
TABS()
Fields
public ButtonType selectedButton
Field Value
- ButtonType
Methods
Deslect(ButtonType)
public void Deslect(ButtonType button)
Parameters
button
ButtonType
OnSelected(ButtonType)
public abstract void OnSelected(ButtonType button)
Parameters
button
ButtonType
Select(ButtonType)
public void Select(ButtonType button)
Parameters
button
ButtonType
public void SelectGeneric(TAB_Button button)
Parameters
button
TAB_Button
Start()
protected virtual void Start()