C# 클래스 SunsetHigh.Panel.BorderSystem

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

공개 메소드들

메소드 설명
BorderSystem ( Panel parent ) : System
BorderSystem ( Panel parent, int thickness ) : System
draw ( SpriteBatch sb ) : void
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
setThickness ( int thickness ) : void

메소드 상세

BorderSystem() 공개 메소드

public BorderSystem ( Panel parent ) : System
parent Panel
리턴 System

BorderSystem() 공개 메소드

public BorderSystem ( Panel parent, int thickness ) : System
parent Panel
thickness 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

setThickness() 공개 메소드

public setThickness ( int thickness ) : void
thickness int
리턴 void