C# 클래스 GAudio.Examples.Example_01

상속: ExamplesBase
파일 보기 프로젝트 열기: gregzo/G-Audio

보호된 메소드들

메소드 설명
ButtonClicked ( int buttonIndex ) : void
GetButtonLabels ( ) : string[]
SetSlidersRange ( float &min, float &max, float &init ) : void

메소드 상세

ButtonClicked() 보호된 메소드

protected ButtonClicked ( int buttonIndex ) : void
buttonIndex int
리턴 void

GetButtonLabels() 보호된 메소드

protected GetButtonLabels ( ) : string[]
리턴 string[]

SetSlidersRange() 보호된 메소드

protected SetSlidersRange ( float &min, float &max, float &init ) : void
min float
max float
init float
리턴 void