C# Class setActiveOnTriggerEnter, casanova-mk2

Inheritance: MonoBehaviour
Afficher le fichier Open project: vs-team/casanova-mk2

Méthodes publiques

Свойство Type Description
active bool
objectsToSet List
selfDestroy bool

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public méthode

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

Property Details

active public_oe property

public bool active
Résultat bool

objectsToSet public_oe property

public List objectsToSet
Résultat List

selfDestroy public_oe property

public bool selfDestroy
Résultat bool