Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ExternalReceptorProperties
C# Class ExternalReceptorProperties, 2015-Fall
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: BioRubeBotProject/2015-Fall
Class Usage Examples
Public Properties
Property
Type
Description
ActiveColor
Color
NonActiveColor
Color
allowMovement
bool
isActive
bool
Public Methods
Method
Description
changeState
(
bool
message
) :
void
Private Methods
Method
Description
Start
( ) :
void
Method Details
changeState()
public
method
public
changeState
(
bool
message
) :
void
message
bool
return
void
Property Details
ActiveColor
public_oe property
public
Color
ActiveColor
return
Color
NonActiveColor
public_oe property
public
Color
NonActiveColor
return
Color
allowMovement
public_oe property
public
bool
allowMovement
return
bool
isActive
public_oe property
public
bool
isActive
return
bool