C# Class toggleFloorLights, casanova-mk2

Inheritance: MonoBehaviour
Exibir arquivo Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
floorToActivate GameObject
floorToDeactivate GameObject

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Property Details

floorToActivate public_oe property

public GameObject floorToActivate
return GameObject

floorToDeactivate public_oe property

public GameObject floorToDeactivate
return GameObject