C# Class TrafficLight, framework

Inheritance: MonoBehaviour
Afficher le fichier Open project: UnityContrib/framework Class Usage Examples

Méthodes publiques

Méthode Description
Set ( bool green, bool yellow, bool red ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

Set() public méthode

public Set ( bool green, bool yellow, bool red ) : void
green bool
yellow bool
red bool
Résultat void