C# Class Torch, Lurk2015Testing

Inheritance: MonoBehaviour, IInteractable
Afficher le fichier Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Méthodes publiques

Свойство Type Description
actionObjects GameObject[]

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
turnOffTorch ( ) : void

Private Methods

Méthode Description
findPlayers ( ) : void

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

turnOffTorch() public méthode

public turnOffTorch ( ) : void
Résultat void

Property Details

actionObjects public_oe property

public GameObject[] actionObjects
Résultat GameObject[]