C# Class ExternalReceptorProperties, 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

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