C# Class spawnD, COMA

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDACollab/COMA Class Usage Examples

Méthodes publiques

Свойство Type Description
Dscore GameObject[]
bottom int
note GameObject
noteD Sprite
noteS Sprite
top int

Méthodes publiques

Méthode Description
DNoteD ( ) : void
DNoteS ( ) : void
Start ( ) : void
Update ( ) : void
kill ( ) : void

Method Details

DNoteD() public méthode

public DNoteD ( ) : void
Résultat void

DNoteS() public méthode

public DNoteS ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

kill() public méthode

public kill ( ) : void
Résultat void

Property Details

Dscore public_oe property

public GameObject[] Dscore
Résultat GameObject[]

bottom public_oe property

public int bottom
Résultat int

note public_oe property

public GameObject note
Résultat GameObject

noteD public_oe property

public Sprite noteD
Résultat Sprite

noteS public_oe property

public Sprite noteS
Résultat Sprite

top public_oe property

public int top
Résultat int