C# Class EnableSwitch, TheUnseen

Inheritance: Activateable
Exibir arquivo Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
greenLight GameObject
redLight GameObject

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

Property Details

greenLight public_oe property

public GameObject greenLight
return GameObject

redLight public_oe property

public GameObject redLight
return GameObject