메소드 | 설명 | |
---|---|---|
ScrollBar ( |
||
ScrollBar ( |
||
adjustHeight ( int rowsOnScreen, int totalRows ) : void | ||
adjustY ( int topRow, int totalRows ) : void | ||
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
setInitParameters ( int startY, int height ) : void | ||
update ( float elapsed ) : void |
public ScrollBar ( |
||
owner | ||
width | int | |
리턴 | System |
public adjustHeight ( int rowsOnScreen, int totalRows ) : void | ||
rowsOnScreen | int | |
totalRows | int | |
리턴 | void |
public adjustY ( int topRow, int totalRows ) : void | ||
topRow | int | |
totalRows | int | |
리턴 | void |
public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
리턴 | void |
public setInitParameters ( int startY, int height ) : void | ||
startY | int | |
height | int | |
리턴 | void |