Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
UpdateButton
C# Class UpdateButton, Team-6
Inheritance:
MonoBehaviour
显示文件
Open project: RUGSoftEng/Team-6
Class Usage Examples
Public Methods
Method
Description
Disable
(
int
correct
) :
void
Enable
( ) :
void
SetDisabledColor
(
Color
col
) :
void
SetEnabledColor
(
Color
col
) :
void
UpdateText
(
string
text
) :
void
UpdateTextColor
(
Color
c
) :
void
Method Details
Disable()
public
method
public
Disable
(
int
correct
) :
void
correct
int
return
void
Enable()
public
method
public
Enable
( ) :
void
return
void
SetDisabledColor()
public
method
public
SetDisabledColor
(
Color
col
) :
void
col
Color
return
void
SetEnabledColor()
public
method
public
SetEnabledColor
(
Color
col
) :
void
col
Color
return
void
UpdateText()
public
method
public
UpdateText
(
string
text
) :
void
text
string
return
void
UpdateTextColor()
public
method
public
UpdateTextColor
(
Color
c
) :
void
c
Color
return
void