C# Class MusicStaff, Adagio

Inheritance: MonoBehaviour
显示文件 Open project: technicalvgda/Adagio

Public Properties

Property Type Description
note GameObject
pitch int

Public Methods

Method Description
ChangePitch ( int pitch ) : void
SlideDown ( ) : void
SlideUp ( ) : void
Start ( ) : void

Method Details

ChangePitch() public method

public ChangePitch ( int pitch ) : void
pitch int
return void

SlideDown() public method

public SlideDown ( ) : void
return void

SlideUp() public method

public SlideUp ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

note public_oe property

public GameObject note
return GameObject

pitch public_oe property

public int pitch
return int