C# Class PuzzleMaster, OCDEscape

Inheritance: MonoBehaviour
Afficher le fichier Open project: gadauto3/OCDEscape Class Usage Examples

Méthodes publiques

Свойство Type Description
highlightMaterial Material
puzzleWinSound UnityEngine.AudioSource
puzzles List
timeBetweenSounds float
uiManager UIManager,
wallMgr WallManager,

Méthodes publiques

Méthode Description
Awake ( ) : void
PuzzleCompleted ( Puzzle, puzzle ) : void
Start ( ) : void

Private Methods

Méthode Description
AdjustHighlightColor ( Puzzle, puzzle ) : void
KickOffSoundForPuzzle ( Puzzle, puzzle ) : void
PlaySound ( AudioSource source ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

PuzzleCompleted() public méthode

public PuzzleCompleted ( Puzzle, puzzle ) : void
puzzle Puzzle,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

highlightMaterial public_oe property

public Material highlightMaterial
Résultat Material

puzzleWinSound public_oe property

public AudioSource,UnityEngine puzzleWinSound
Résultat UnityEngine.AudioSource

puzzles public_oe property

public List puzzles
Résultat List

timeBetweenSounds public_oe property

public float timeBetweenSounds
Résultat float

uiManager public_oe property

public UIManager, uiManager
Résultat UIManager,

wallMgr public_oe property

public WallManager, wallMgr
Résultat WallManager,