VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.Components.VRCTMPDropdownExtension Class Reference
Inheritance diagram for VRC.SDK3.Components.VRCTMPDropdownExtension:
Collaboration diagram for VRC.SDK3.Components.VRCTMPDropdownExtension:

Static Public Member Functions

static void AddOptions (this TMP_Dropdown dropdown, string[] options)
 
static void AddOptions (this TMP_Dropdown dropdown, OptionData[] options)
 
static void AddOptions (this TMP_Dropdown dropdown, Sprite[] options)
 

Detailed Description

Definition at line 9966 of file VRCSDK3.cs.

Member Function Documentation

◆ AddOptions() [1/3]

static void VRC.SDK3.Components.VRCTMPDropdownExtension.AddOptions ( this TMP_Dropdown  dropdown,
OptionData[]  options 
)
static

Definition at line 9973 of file VRCSDK3.cs.

◆ AddOptions() [2/3]

static void VRC.SDK3.Components.VRCTMPDropdownExtension.AddOptions ( this TMP_Dropdown  dropdown,
Sprite[]  options 
)
static

Definition at line 9978 of file VRCSDK3.cs.

◆ AddOptions() [3/3]

static void VRC.SDK3.Components.VRCTMPDropdownExtension.AddOptions ( this TMP_Dropdown  dropdown,
string[]  options 
)
static

Definition at line 9968 of file VRCSDK3.cs.


The documentation for this class was generated from the following file: