C# Class spawnF, COMA

Inheritance: MonoBehaviour
Show file Open project: GDACollab/COMA Class Usage Examples

Public Properties

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

Public Methods

Method Description
FNoteD ( ) : void
FNoteS ( ) : void
Start ( ) : void
Update ( ) : void
kill ( ) : void

Method Details

FNoteD() public method

public FNoteD ( ) : void
return void

FNoteS() public method

public FNoteS ( ) : 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

Fscore public property

public GameObject[] Fscore
return GameObject[]

bottom public property

public int bottom
return int

note public property

public GameObject note
return GameObject

noteD public property

public Sprite noteD
return Sprite

noteS public property

public Sprite noteS
return Sprite

top public property

public int top
return int