C# 클래스 BlisterUI.Widgets.WidgetRenderer

상속: IDisposable
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
Add ( DrawableRect r ) : void
Add ( DrawableText t ) : void
Dispose ( ) : void
Draw ( SpriteBatch batch ) : void
Remove ( DrawableRect r ) : void
Remove ( DrawableText t ) : void
WidgetRenderer ( GraphicsDevice g, SpriteFont f ) : System

메소드 상세

Add() 공개 메소드

public Add ( DrawableRect r ) : void
r DrawableRect
리턴 void

Add() 공개 메소드

public Add ( DrawableText t ) : void
t DrawableText
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Remove() 공개 메소드

public Remove ( DrawableRect r ) : void
r DrawableRect
리턴 void

Remove() 공개 메소드

public Remove ( DrawableText t ) : void
t DrawableText
리턴 void

WidgetRenderer() 공개 메소드

public WidgetRenderer ( GraphicsDevice g, SpriteFont f ) : System
g GraphicsDevice
f Microsoft.Xna.Framework.Graphics.SpriteFont
리턴 System