C# Class Torch, Lurk2015Testing

Inheritance: MonoBehaviour, IInteractable
Mostrar archivo Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Public Properties

Property Type Description
actionObjects GameObject[]

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
turnOffTorch ( ) : void

Private Methods

Method Description
findPlayers ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

turnOffTorch() public method

public turnOffTorch ( ) : void
return void

Property Details

actionObjects public_oe property

public GameObject[] actionObjects
return GameObject[]