C# 클래스 Beyond_Beyaan.BBScrollBarNoArrows

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
Initialize ( int xPos, int yPos, int length, int amountOfVisibleItems, int amountOfItems, bool isHorizontal, bool isSlider, Random r, string &reason ) : bool
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool
MoveTo ( int x, int y ) : void
ScrollToBottom ( ) : void
SetAmountOfItems ( int amount ) : void
SetEnabledState ( bool enabled ) : void

비공개 메소드들

메소드 설명
SetScrollButtonPosition ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( int xPos, int yPos, int length, int amountOfVisibleItems, int amountOfItems, bool isHorizontal, bool isSlider, Random r, string &reason ) : bool
xPos int
yPos int
length int
amountOfVisibleItems int
amountOfItems int
isHorizontal bool
isSlider bool
r System.Random
reason string
리턴 bool

MouseDown() 공개 메소드

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

MouseHover() 공개 메소드

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
리턴 bool

MouseUp() 공개 메소드

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

MoveTo() 공개 메소드

public MoveTo ( int x, int y ) : void
x int
y int
리턴 void

ScrollToBottom() 공개 메소드

public ScrollToBottom ( ) : void
리턴 void

SetAmountOfItems() 공개 메소드

public SetAmountOfItems ( int amount ) : void
amount int
리턴 void

SetEnabledState() 공개 메소드

public SetEnabledState ( bool enabled ) : void
enabled bool
리턴 void