C# 클래스 refw.Rendering.RenderingBase

파일 보기 프로젝트 열기: fry/refw

공개 프로퍼티들

프로퍼티 타입 설명
Circles List
Cubes List
Font SlimDX.Direct3D9.Font
IsEnabled bool
Labels List
Lines List
Rectangles List

보호된 프로퍼티들

프로퍼티 타입 설명
detour refw.D3D.EndSceneDetour

공개 메소드들

메소드 설명
DirectX_OnCreateDevice ( ) : void
DirectX_OnFrame ( System.TimeSpan delta ) : void
DirectX_OnResetDevice ( IntPtr obj ) : void
DisposeReferences ( ) : void
Setup ( refw detour ) : void

보호된 메소드들

메소드 설명
GetCameraMatrices ( System.Matrix &projection, System.Matrix &view ) : bool
IsReady ( ) : bool
OnRender ( ) : void

메소드 상세

DirectX_OnCreateDevice() 공개 메소드

public DirectX_OnCreateDevice ( ) : void
리턴 void

DirectX_OnFrame() 공개 메소드

public DirectX_OnFrame ( System.TimeSpan delta ) : void
delta System.TimeSpan
리턴 void

DirectX_OnResetDevice() 공개 메소드

public DirectX_OnResetDevice ( IntPtr obj ) : void
obj System.IntPtr
리턴 void

DisposeReferences() 공개 메소드

public DisposeReferences ( ) : void
리턴 void

GetCameraMatrices() 보호된 메소드

protected GetCameraMatrices ( System.Matrix &projection, System.Matrix &view ) : bool
projection System.Matrix
view System.Matrix
리턴 bool

IsReady() 보호된 메소드

protected IsReady ( ) : bool
리턴 bool

OnRender() 보호된 메소드

protected OnRender ( ) : void
리턴 void

Setup() 공개 메소드

public Setup ( refw detour ) : void
detour refw
리턴 void

프로퍼티 상세

Circles 공개적으로 프로퍼티

public List Circles
리턴 List

Cubes 공개적으로 프로퍼티

public List Cubes
리턴 List

Font 공개적으로 프로퍼티

public Font,SlimDX.Direct3D9 Font
리턴 SlimDX.Direct3D9.Font

IsEnabled 공개적으로 프로퍼티

public bool IsEnabled
리턴 bool

Labels 공개적으로 프로퍼티

public List Labels
리턴 List

Lines 공개적으로 프로퍼티

public List Lines
리턴 List

Rectangles 공개적으로 프로퍼티

public List Rectangles
리턴 List

detour 보호되어 있는 프로퍼티

protected refw.D3D.EndSceneDetour detour
리턴 refw.D3D.EndSceneDetour