Tanoda
UnityEngine.UI.Extensions.DropDownListButton Class Reference

Public Member Functions

 DropDownListButton (GameObject btnObj)
 

Public Attributes

RectTransform rectTransform
 
Button btn
 
Text txt
 
Image btnImg
 
Image img
 
GameObject gameobject
 

Detailed Description

Definition at line 7 of file DropDownListButton.cs.

Constructor & Destructor Documentation

◆ DropDownListButton()

UnityEngine.UI.Extensions.DropDownListButton.DropDownListButton ( GameObject  btnObj)

Definition at line 16 of file DropDownListButton.cs.

Member Data Documentation

◆ btn

Button UnityEngine.UI.Extensions.DropDownListButton.btn

Definition at line 10 of file DropDownListButton.cs.

◆ btnImg

Image UnityEngine.UI.Extensions.DropDownListButton.btnImg

Definition at line 12 of file DropDownListButton.cs.

◆ gameobject

GameObject UnityEngine.UI.Extensions.DropDownListButton.gameobject

Definition at line 14 of file DropDownListButton.cs.

◆ img

Image UnityEngine.UI.Extensions.DropDownListButton.img

Definition at line 13 of file DropDownListButton.cs.

◆ rectTransform

RectTransform UnityEngine.UI.Extensions.DropDownListButton.rectTransform

Definition at line 9 of file DropDownListButton.cs.

◆ txt

Text UnityEngine.UI.Extensions.DropDownListButton.txt

Definition at line 11 of file DropDownListButton.cs.


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