Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
uREPL
EnumFieldItem
C# Class uREPL.EnumFieldItem
Inheritance:
FieldItem
Show file
Open project: hecomi/uREPL
Public Properties
Property
Type
Description
dropdown
Dropdown
Public Methods
Method
Description
Init
( ) :
void
OnDestroy
( ) :
void
OnValueChanged
(
int
index
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Init()
public
method
public
Init
( ) :
void
return
void
OnDestroy()
public
method
public
OnDestroy
( ) :
void
return
void
OnValueChanged()
public
method
public
OnValueChanged
(
int
index
) :
void
index
int
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
dropdown
public property
public
Dropdown
dropdown
return
Dropdown