Class Tab
Represents a tab button at the top of the settings menu screen
Inheritance
Object
Component
Behaviour
MonoBehaviour
Tab
Assembly: WeaverCore.dll
Syntax
public class Tab : MonoBehaviour
Properties
|
Edit this page
View Source
Declaration
public Button Button { get; }
Property Value
|
Edit this page
View Source
Panel
Declaration
public GlobalSettings Panel { get; set; }
Property Value
|
Edit this page
View Source
TextComponent
Declaration
public TextMeshProUGUI TextComponent { get; }
Property Value
Extension Methods