C# Class refw.Rendering.RenderingBase

Afficher le fichier Open project: fry/refw

Méthodes publiques

Свойство Type Description
Circles List
Cubes List
Font SlimDX.Direct3D9.Font
IsEnabled bool
Labels List
Lines List
Rectangles List

Protected Properties

Свойство Type Description
detour refw.D3D.EndSceneDetour

Méthodes publiques

Méthode Description
DirectX_OnCreateDevice ( ) : void
DirectX_OnFrame ( System.TimeSpan delta ) : void
DirectX_OnResetDevice ( IntPtr obj ) : void
DisposeReferences ( ) : void
Setup ( refw detour ) : void

Méthodes protégées

Méthode Description
GetCameraMatrices ( System.Matrix &projection, System.Matrix &view ) : bool
IsReady ( ) : bool
OnRender ( ) : void

Method Details

DirectX_OnCreateDevice() public méthode

public DirectX_OnCreateDevice ( ) : void
Résultat void

DirectX_OnFrame() public méthode

public DirectX_OnFrame ( System.TimeSpan delta ) : void
delta System.TimeSpan
Résultat void

DirectX_OnResetDevice() public méthode

public DirectX_OnResetDevice ( IntPtr obj ) : void
obj System.IntPtr
Résultat void

DisposeReferences() public méthode

public DisposeReferences ( ) : void
Résultat void

GetCameraMatrices() protected méthode

protected GetCameraMatrices ( System.Matrix &projection, System.Matrix &view ) : bool
projection System.Matrix
view System.Matrix
Résultat bool

IsReady() protected méthode

protected IsReady ( ) : bool
Résultat bool

OnRender() protected méthode

protected OnRender ( ) : void
Résultat void

Setup() public méthode

public Setup ( refw detour ) : void
detour refw
Résultat void

Property Details

Circles public_oe property

public List Circles
Résultat List

Cubes public_oe property

public List Cubes
Résultat List

Font public_oe property

public Font,SlimDX.Direct3D9 Font
Résultat SlimDX.Direct3D9.Font

IsEnabled public_oe property

public bool IsEnabled
Résultat bool

Labels public_oe property

public List Labels
Résultat List

Lines public_oe property

public List Lines
Résultat List

Rectangles public_oe property

public List Rectangles
Résultat List

detour protected_oe property

protected refw.D3D.EndSceneDetour detour
Résultat refw.D3D.EndSceneDetour