C# Class SequencePuzzle, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2 Class Usage Examples

Méthodes publiques

Свойство Type Description
cogFirstSoundPlayed bool
cogSecondSoundPlayed bool
cogThirdSoundPlayed bool
count int
instrumentsPlayed int
magicSoundStarted bool
spawnObject GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

cogFirstSoundPlayed public_oe property

public bool cogFirstSoundPlayed
Résultat bool

cogSecondSoundPlayed public_oe property

public bool cogSecondSoundPlayed
Résultat bool

cogThirdSoundPlayed public_oe property

public bool cogThirdSoundPlayed
Résultat bool

count public_oe property

public int count
Résultat int

instrumentsPlayed public_oe property

public int instrumentsPlayed
Résultat int

magicSoundStarted public_oe property

public bool magicSoundStarted
Résultat bool

spawnObject public_oe property

public GameObject spawnObject
Résultat GameObject