C# Class GlobalStuff, Pharos

Inheritance: MonoBehaviour
Exibir arquivo Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
OnPuzzleCompletion OnEvent,

Public Methods

Method Description
CompletePuzzle ( bool startMusic, bool playSound, string text ) : void
Start ( ) : void
Update ( ) : void

Method Details

CompletePuzzle() public method

public CompletePuzzle ( bool startMusic, bool playSound, string text ) : void
startMusic bool
playSound bool
text string
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

OnPuzzleCompletion public_oe property

public OnEvent, OnPuzzleCompletion
return OnEvent,