C# 클래스 SunsetHigh.ReputationPanel

상속: Panel
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 메소드들

메소드 설명
ReputationPanel ( ) : System
ReputationPanel ( int x, int y, int width, int height ) : System
draw ( SpriteBatch sb ) : void
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
onConfirm ( ) : void

비공개 메소드들

메소드 설명
drawRepHelper ( SpriteBatch sb, int offsetY, Clique clique ) : void

메소드 상세

ReputationPanel() 공개 메소드

public ReputationPanel ( ) : System
리턴 System

ReputationPanel() 공개 메소드

public ReputationPanel ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
리턴 System

draw() 공개 메소드

public draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

loadContent() 공개 메소드

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

onConfirm() 공개 메소드

public onConfirm ( ) : void
리턴 void