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

Inheritance: MonoBehaviour
Afficher le fichier Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Méthodes publiques

Свойство Type Description
id int
keyPanelScript KeyPanelScript

Méthodes publiques

Méthode Description
Awake ( ) : void
OnTriggerEnter ( Collider col ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider col ) : void
col Collider
Résultat void

Property Details

id public_oe property

public int id
Résultat int

keyPanelScript public_oe property

public KeyPanelScript keyPanelScript
Résultat KeyPanelScript