C# Class PuzzleMaster, OCDEscape

Inheritance: MonoBehaviour
Mostra 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_oe property

public Material highlightMaterial
return Material

puzzleWinSound public_oe property

public AudioSource,UnityEngine puzzleWinSound
return UnityEngine.AudioSource

puzzles public_oe property

public List puzzles
return List

timeBetweenSounds public_oe property

public float timeBetweenSounds
return float

uiManager public_oe property

public UIManager, uiManager
return UIManager,

wallMgr public_oe property

public WallManager, wallMgr
return WallManager,