C# Class spawnL, COMA

Inheritance: MonoBehaviour
Datei anzeigen Open project: GDACollab/COMA Class Usage Examples

Public Properties

Property Type Description
Lscore GameObject[]
bottom int
note GameObject
noteD Sprite
noteS Sprite
top int

Public Methods

Method Description
LNoteD ( ) : void
LNoteS ( ) : void
Start ( ) : void
Update ( ) : void
kill ( ) : void

Method Details

LNoteD() public method

public LNoteD ( ) : void
return void

LNoteS() public method

public LNoteS ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

kill() public method

public kill ( ) : void
return void

Property Details

Lscore public_oe property

public GameObject[] Lscore
return GameObject[]

bottom public_oe property

public int bottom
return int

note public_oe property

public GameObject note
return GameObject

noteD public_oe property

public Sprite noteD
return Sprite

noteS public_oe property

public Sprite noteS
return Sprite

top public_oe property

public int top
return int