C# Class PuzzleMaster, OCDEscape

Inheritance: MonoBehaviour
Show file Open project: gadauto3/OCDEscape Class Usage Examples

Public Properties

Property Type Description
highlightMaterial Material
puzzleWinSound UnityEngine.AudioSource
puzzles List
timeBetweenSounds float
uiManager UIManager,
wallMgr WallManager,

Public Methods

Method Description
Awake ( ) : void
PuzzleCompleted ( Puzzle, puzzle ) : void
Start ( ) : void

Private Methods

Method Description
AdjustHighlightColor ( Puzzle, puzzle ) : void
KickOffSoundForPuzzle ( Puzzle, puzzle ) : void
PlaySound ( AudioSource source ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

PuzzleCompleted() public method

public PuzzleCompleted ( Puzzle, puzzle ) : void
puzzle Puzzle,
return void

Start() public method

public Start ( ) : void
return void

Property Details

highlightMaterial public property

public Material highlightMaterial
return Material

puzzleWinSound public property

public AudioSource,UnityEngine puzzleWinSound
return UnityEngine.AudioSource

puzzles public property

public List puzzles
return List

timeBetweenSounds public property

public float timeBetweenSounds
return float

uiManager public property

public UIManager, uiManager
return UIManager,

wallMgr public property

public WallManager, wallMgr
return WallManager,