C# Class GlobalStuff, Pharos

Inheritance: MonoBehaviour
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
OnPuzzleCompletion OnEvent,

Méthodes publiques

Méthode Description
CompletePuzzle ( bool startMusic, bool playSound, string text ) : void
Start ( ) : void
Update ( ) : void

Method Details

CompletePuzzle() public méthode

public CompletePuzzle ( bool startMusic, bool playSound, string text ) : void
startMusic bool
playSound bool
text string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

OnPuzzleCompletion public_oe property

public OnEvent, OnPuzzleCompletion
Résultat OnEvent,