C# Class ExtraCellularProperties, 2015-Fall

Inheritance: MonoBehaviour
Afficher le fichier Open project: BioRubeBotProject/2015-Fall Class Usage Examples

Méthodes publiques

Свойство Type Description
ActiveColor Color
NonActiveColor Color
allowMovement bool
isActive bool

Méthodes publiques

Méthode Description
changeState ( bool message ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

changeState() public méthode

public changeState ( bool message ) : void
message bool
Résultat void

Property Details

ActiveColor public_oe property

public Color ActiveColor
Résultat Color

NonActiveColor public_oe property

public Color NonActiveColor
Résultat Color

allowMovement public_oe property

public bool allowMovement
Résultat bool

isActive public_oe property

public bool isActive
Résultat bool