Show / Hide Table of Contents

Class Tab

Represents a tab button at the top of the settings menu screen

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
Tab
Namespace: WeaverCore.Settings
Assembly: WeaverCore.dll
Syntax
public class Tab : MonoBehaviour

Properties

| Edit this page View Source

Button

Declaration
public Button Button { get; }
Property Value
Type Description
Button
| Edit this page View Source

Panel

Declaration
public GlobalSettings Panel { get; set; }
Property Value
Type Description
GlobalSettings
| Edit this page View Source

TextComponent

Declaration
public TextMeshProUGUI TextComponent { get; }
Property Value
Type Description
TextMeshProUGUI

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
CoroutineUtilities.RunCoroutineWhile<T>(T, IEnumerator, Func<bool>)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾