C# Class EnableDisableTrigger, ExorcistForHire

Inheritance: MonoBehaviour
Datei anzeigen Open project: JordanStone/ExorcistForHire

Public Properties

Property Type Description
Disable GameObject[]
Enable GameObject[]

Public Methods

Method Description
OnTriggerEnter ( Collider col ) : void

Method Details

OnTriggerEnter() public method

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

Property Details

Disable public_oe property

public GameObject[] Disable
return GameObject[]

Enable public_oe property

public GameObject[] Enable
return GameObject[]