C# Class DoorOpener

Inheritance: MonoBehaviour
Datei anzeigen Open project: SNUGDC/stardust Class Usage Examples

Public Properties

Property Type Description
CorrectCrystals UnityEngine.Collider2D[]
ExchangedTarget GameObject
Target GameObject

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

CorrectCrystals public_oe property

public Collider2D[],UnityEngine CorrectCrystals
return UnityEngine.Collider2D[]

ExchangedTarget public_oe property

public GameObject ExchangedTarget
return GameObject

Target public_oe property

public GameObject Target
return GameObject