C# Class RekdEngine.Core.RekdControl

WIP
Inheritance: SharpDX.Windows.RenderControl
Afficher le fichier Open project: Naronco/Rekd-Sharp

Méthodes publiques

Свойство Type Description
MainLoop System.Action

Protected Properties

Свойство Type Description
Device SharpDX.Direct3D9.Device
Direct3D SharpDX.Direct3D9.Direct3D

Méthodes publiques

Méthode Description
BeforeLoop ( ) : void
BeginScene ( ) : void
CalculateDelta ( ) : System.TimeSpan
Clear ( Color c ) : void
ConfigDX ( ) : void
CreateControlHandle ( int width, int height ) : SharpDX.Windows.RenderControl
Dispose ( ) : void
DoMainLoop ( ) : void
EndScene ( ) : void
InitDX ( ) : void
InitUtils ( ) : void
InitVars ( ) : void
LoadAddons ( ) : void
PrepareRender ( ) : void
Present ( ) : void
RekdControl ( ) : System
UpdateControl ( ) : void

Méthodes protégées

Méthode Description
OnCreateControl ( ) : void

Method Details

BeforeLoop() public méthode

public BeforeLoop ( ) : void
Résultat void

BeginScene() public méthode

public BeginScene ( ) : void
Résultat void

CalculateDelta() public méthode

public CalculateDelta ( ) : System.TimeSpan
Résultat System.TimeSpan

Clear() public méthode

public Clear ( Color c ) : void
c Color
Résultat void

ConfigDX() public méthode

public ConfigDX ( ) : void
Résultat void

CreateControlHandle() public méthode

public CreateControlHandle ( int width, int height ) : SharpDX.Windows.RenderControl
width int
height int
Résultat SharpDX.Windows.RenderControl

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoMainLoop() public méthode

public DoMainLoop ( ) : void
Résultat void

EndScene() public méthode

public EndScene ( ) : void
Résultat void

InitDX() public méthode

public InitDX ( ) : void
Résultat void

InitUtils() public méthode

public InitUtils ( ) : void
Résultat void

InitVars() public méthode

public InitVars ( ) : void
Résultat void

LoadAddons() public méthode

public LoadAddons ( ) : void
Résultat void

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

PrepareRender() public méthode

public PrepareRender ( ) : void
Résultat void

Present() public méthode

public Present ( ) : void
Résultat void

RekdControl() public méthode

public RekdControl ( ) : System
Résultat System

UpdateControl() public méthode

public UpdateControl ( ) : void
Résultat void

Property Details

Device protected_oe property

protected Device,SharpDX.Direct3D9 Device
Résultat SharpDX.Direct3D9.Device

Direct3D protected_oe property

protected Direct3D,SharpDX.Direct3D9 Direct3D
Résultat SharpDX.Direct3D9.Direct3D

MainLoop public_oe property

public Action,System MainLoop
Résultat System.Action