C# 클래스 BlisterUI.Widgets.ScrollMenu

상속: IDisposable
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Widget RectWidget

공개 메소드들

메소드 설명
Build ( string options ) : void
Dispose ( ) : void
GetSelection ( int x, int y ) : string
Hook ( ) : void
Inside ( int x, int y ) : bool
RefreshVisible ( ) : void
ScrollChange ( ScrollBar sb, float r ) : void
ScrollMenu ( WidgetRenderer wr, int w, int h, int bCount, int sbw, int sbh ) : System
Unhook ( ) : void

메소드 상세

Build() 공개 메소드

public Build ( string options ) : void
options string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetSelection() 공개 메소드

public GetSelection ( int x, int y ) : string
x int
y int
리턴 string

Hook() 공개 메소드

public Hook ( ) : void
리턴 void

Inside() 공개 메소드

public Inside ( int x, int y ) : bool
x int
y int
리턴 bool

RefreshVisible() 공개 메소드

public RefreshVisible ( ) : void
리턴 void

ScrollChange() 공개 메소드

public ScrollChange ( ScrollBar sb, float r ) : void
sb ScrollBar
r float
리턴 void

ScrollMenu() 공개 메소드

public ScrollMenu ( WidgetRenderer wr, int w, int h, int bCount, int sbw, int sbh ) : System
wr WidgetRenderer
w int
h int
bCount int
sbw int
sbh int
리턴 System

Unhook() 공개 메소드

public Unhook ( ) : void
리턴 void

프로퍼티 상세

Widget 공개적으로 프로퍼티

public RectWidget,BlisterUI.Widgets Widget
리턴 RectWidget