C# Class RotatableNodePuzzle, Pharos

Inheritance: MonoBehaviour
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Свойство Type Description
AllNodes List
entryNode RotatableNode,
torchFlame GameObject
torchLight GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
TryCompletePuzzle ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

TryCompletePuzzle() public méthode

public TryCompletePuzzle ( ) : void
Résultat void

Property Details

AllNodes public_oe property

public List AllNodes
Résultat List

entryNode public_oe property

public RotatableNode, entryNode
Résultat RotatableNode,

torchFlame public_oe property

public GameObject torchFlame
Résultat GameObject

torchLight public_oe property

public GameObject torchLight
Résultat GameObject