C# Class FiveRingsPuzzleManager, Adagio

Inheritance: MonoBehaviour
Exibir arquivo Open project: technicalvgda/Adagio

Public Properties

Property Type Description
additionalBlocksToSpawnOnStart GameObject[]
cameraZoomArea GameObject
patternLocations GameObject[]
ring1 GameObject
ringAppearClip UnityEngine.AudioClip
ringBounceClips UnityEngine.AudioClip[]
startRing GameObject
surroundingBlocks List
theBlockWithBanner GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
collectedRing ( ) : void
getNumbRingsCollected ( ) : int
getPatternLocations ( ) : GameObject[]
ringBounceSoundPlay ( ) : void
startPuzzle ( ) : void

Private Methods

Method Description
resetPuzzle ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

collectedRing() public method

public collectedRing ( ) : void
return void

getNumbRingsCollected() public method

public getNumbRingsCollected ( ) : int
return int

getPatternLocations() public method

public getPatternLocations ( ) : GameObject[]
return GameObject[]

ringBounceSoundPlay() public method

public ringBounceSoundPlay ( ) : void
return void

startPuzzle() public method

public startPuzzle ( ) : void
return void

Property Details

additionalBlocksToSpawnOnStart public_oe property

public GameObject[] additionalBlocksToSpawnOnStart
return GameObject[]

cameraZoomArea public_oe property

public GameObject cameraZoomArea
return GameObject

patternLocations public_oe property

public GameObject[] patternLocations
return GameObject[]

ring1 public_oe property

public GameObject ring1
return GameObject

ringAppearClip public_oe property

public AudioClip,UnityEngine ringAppearClip
return UnityEngine.AudioClip

ringBounceClips public_oe property

public AudioClip[],UnityEngine ringBounceClips
return UnityEngine.AudioClip[]

startRing public_oe property

public GameObject startRing
return GameObject

surroundingBlocks public_oe property

public List surroundingBlocks
return List

theBlockWithBanner public_oe property

public GameObject theBlockWithBanner
return GameObject