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
TrafficLight
C# Class TrafficLight, framework
Inheritance:
MonoBehaviour
显示文件
Open project: UnityContrib/framework
Class Usage Examples
Public Methods
Method
Description
Set
(
bool
green
,
bool
yellow
,
bool
red
) :
void
Private Methods
Method
Description
Awake
( ) :
void
Method Details
Set()
public
method
public
Set
(
bool
green
,
bool
yellow
,
bool
red
) :
void
green
bool
yellow
bool
red
bool
return
void