프로퍼티 | 타입 | 설명 | |
---|---|---|---|
sampleBank | GATResamplingSampleBank |
메소드 | 설명 | |
---|---|---|
AreaOneExtraGUI ( ) : void | ||
AreaTwoExtraGUI ( ) : void | ||
ButtonClicked ( int buttonIndex ) : void | ||
GetButtonLabels ( ) : string[] | ||
SetSlidersRange ( float &min, float &max, float &init ) : void | ||
SliderValueDidChange ( int valueIndex, float newValue ) : void |
메소드 | 설명 | |
---|---|---|
OnGUI ( ) : void | ||
Start ( ) : void | ||
UpdateSliderValue ( int valueIndex, float newValue ) : void |
protected abstract ButtonClicked ( int buttonIndex ) : void | ||
buttonIndex | int | |
리턴 | void |
protected abstract SetSlidersRange ( float &min, float &max, float &init ) : void | ||
min | float | |
max | float | |
init | float | |
리턴 | void |
protected SliderValueDidChange ( int valueIndex, float newValue ) : void | ||
valueIndex | int | |
newValue | float | |
리턴 | void |