Show / Hide Table of Contents

Class TMP_Dropdown.OptionData

Inheritance
object
TMP_Dropdown.OptionData
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public class TMP_Dropdown.OptionData

Constructors

| Edit this page View Source

OptionData()

Declaration
public OptionData()
| Edit this page View Source

OptionData(string)

Declaration
public OptionData(string text)
Parameters
Type Name Description
string text
| Edit this page View Source

OptionData(string, Sprite)

Declaration
public OptionData(string text, Sprite image)
Parameters
Type Name Description
string text
Sprite image
| Edit this page View Source

OptionData(Sprite)

Declaration
public OptionData(Sprite image)
Parameters
Type Name Description
Sprite image

Properties

| Edit this page View Source

image

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

text

Declaration
public string text { get; set; }
Property Value
Type Description
string

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)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾