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
ExtraCellularProperties
C# Class ExtraCellularProperties, 2015-Fall
Inheritance:
MonoBehaviour
Show file
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
Update
( ) :
void
Method Details
changeState()
public
method
public
changeState
(
bool
message
) :
void
message
bool
return
void
Property Details
ActiveColor
public property
public
Color
ActiveColor
return
Color
NonActiveColor
public property
public
Color
NonActiveColor
return
Color
allowMovement
public property
public
bool
allowMovement
return
bool
isActive
public property
public
bool
isActive
return
bool