C# Class KeyScript, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
Exibir arquivo Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Properties

Property Type Description
id int
keyPanelScript KeyPanelScript

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider col ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

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

Property Details

id public_oe property

public int id
return int

keyPanelScript public_oe property

public KeyPanelScript keyPanelScript
return KeyPanelScript