C# Class SequencePuzzle, PGP2

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

public bool cogFirstSoundPlayed
return bool

cogSecondSoundPlayed public_oe property

public bool cogSecondSoundPlayed
return bool

cogThirdSoundPlayed public_oe property

public bool cogThirdSoundPlayed
return bool

count public_oe property

public int count
return int

instrumentsPlayed public_oe property

public int instrumentsPlayed
return int

magicSoundStarted public_oe property

public bool magicSoundStarted
return bool

spawnObject public_oe property

public GameObject spawnObject
return GameObject