C# Class SequencePuzzle, PGP2

Inheritance: MonoBehaviour
Show file Open project: theiis/PGP2 Class Usage Examples

Public Properties

Property Type Description
cogFirstSoundPlayed bool
cogSecondSoundPlayed bool
cogThirdSoundPlayed bool
count int
instrumentsPlayed int
magicSoundStarted bool
spawnObject GameObject

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

cogFirstSoundPlayed public property

public bool cogFirstSoundPlayed
return bool

cogSecondSoundPlayed public property

public bool cogSecondSoundPlayed
return bool

cogThirdSoundPlayed public property

public bool cogThirdSoundPlayed
return bool

count public property

public int count
return int

instrumentsPlayed public property

public int instrumentsPlayed
return int

magicSoundStarted public property

public bool magicSoundStarted
return bool

spawnObject public property

public GameObject spawnObject
return GameObject