C# 클래스 SunsetHigh.ListPanel.ScrollBar

상속: SmoothMovingSprite
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH

공개 메소드들

메소드 설명
ScrollBar ( Panel owner ) : System
ScrollBar ( Panel owner, int width ) : System
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

메소드 상세

ScrollBar() 공개 메소드

public ScrollBar ( Panel owner ) : System
owner Panel
리턴 System

ScrollBar() 공개 메소드

public ScrollBar ( Panel owner, int width ) : System
owner Panel
width int
리턴 System

adjustHeight() 공개 메소드

public adjustHeight ( int rowsOnScreen, int totalRows ) : void
rowsOnScreen int
totalRows int
리턴 void

adjustY() 공개 메소드

public adjustY ( int topRow, int totalRows ) : void
topRow int
totalRows int
리턴 void

loadContent() 공개 메소드

public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

setInitParameters() 공개 메소드

public setInitParameters ( int startY, int height ) : void
startY int
height int
리턴 void

update() 공개 메소드

public update ( float elapsed ) : void
elapsed float
리턴 void