C# 클래스 NewTOAPIA.Modeling.Renderer

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
BeginScene ( ) : void
ClearBackBuffer ( ) : void
ClearBuffers ( ) : void
ClearDepthBuffer ( ) : void
ClearStencilBuffer ( ) : void
DisplayBackBuffer ( ) : void
Draw ( Geometry aGeometry ) : void
Draw ( byte aucBuffer ) : void
Draw ( int iX, int iY, ColorRGBA aColor, string aText ) : void
DrawScene ( IEnumerable aVisibleSet ) : void
EndScene ( ) : void
GetCamera ( ) : Camera
GetHeight ( ) : int
GetWidth ( ) : int
LoadFont ( string acFace, int iSize, bool bBold, bool bItalic ) : int
Resize ( int width, int height ) : void
SelectFont ( int iFontID ) : bool
SetCamera ( Camera aCamera ) : void
ToggleFullScreen ( ) : void
UnloadFont ( int iFontID ) : void

메소드 상세

BeginScene() 공개 메소드

public BeginScene ( ) : void
리턴 void

ClearBackBuffer() 공개 추상적인 메소드

public abstract ClearBackBuffer ( ) : void
리턴 void

ClearBuffers() 공개 추상적인 메소드

public abstract ClearBuffers ( ) : void
리턴 void

ClearDepthBuffer() 공개 추상적인 메소드

public abstract ClearDepthBuffer ( ) : void
리턴 void

ClearStencilBuffer() 공개 추상적인 메소드

public abstract ClearStencilBuffer ( ) : void
리턴 void

DisplayBackBuffer() 공개 추상적인 메소드

public abstract DisplayBackBuffer ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( Geometry aGeometry ) : void
aGeometry Geometry
리턴 void

Draw() 공개 추상적인 메소드

public abstract Draw ( byte aucBuffer ) : void
aucBuffer byte
리턴 void

Draw() 공개 추상적인 메소드

public abstract Draw ( int iX, int iY, ColorRGBA aColor, string aText ) : void
iX int
iY int
aColor ColorRGBA
aText string
리턴 void

DrawScene() 공개 메소드

public DrawScene ( IEnumerable aVisibleSet ) : void
aVisibleSet IEnumerable
리턴 void

EndScene() 공개 메소드

public EndScene ( ) : void
리턴 void

GetCamera() 공개 메소드

public GetCamera ( ) : Camera
리턴 Camera

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

LoadFont() 공개 추상적인 메소드

public abstract LoadFont ( string acFace, int iSize, bool bBold, bool bItalic ) : int
acFace string
iSize int
bBold bool
bItalic bool
리턴 int

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

SelectFont() 공개 추상적인 메소드

public abstract SelectFont ( int iFontID ) : bool
iFontID int
리턴 bool

SetCamera() 공개 메소드

public SetCamera ( Camera aCamera ) : void
aCamera Camera
리턴 void

ToggleFullScreen() 공개 메소드

public ToggleFullScreen ( ) : void
리턴 void

UnloadFont() 공개 추상적인 메소드

public abstract UnloadFont ( int iFontID ) : void
iFontID int
리턴 void