Méthode | Description | |
---|---|---|
Draw ( ) : void | ||
Initialize ( int xPos, int yPos, int length, int amountOfVisibleItems, int amountOfItems, bool isHorizontal, bool isSlider, |
||
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 |
Méthode | Description | |
---|---|---|
SetScrollButtonPosition ( ) : void |
public Initialize ( int xPos, int yPos, int length, int amountOfVisibleItems, int amountOfItems, bool isHorizontal, bool isSlider, |
||
xPos | int | |
yPos | int | |
length | int | |
amountOfVisibleItems | int | |
amountOfItems | int | |
isHorizontal | bool | |
isSlider | bool | |
r | ||
reason | string | |
Résultat | bool |
public MouseHover ( int x, int y, float frameDeltaTime ) : bool | ||
x | int | |
y | int | |
frameDeltaTime | float | |
Résultat | bool |
public SetAmountOfItems ( int amount ) : void | ||
amount | int | |
Résultat | void |
public SetEnabledState ( bool enabled ) : void | ||
enabled | bool | |
Résultat | void |