C# Class TrafficLight, framework

Inheritance: MonoBehaviour
Show file Open project: UnityContrib/framework Class Usage Examples

Public Methods

Method Description
Set ( bool green, bool yellow, bool red ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

Set() public method

public Set ( bool green, bool yellow, bool red ) : void
green bool
yellow bool
red bool
return void