The class methods provide direct access to DX9 objects.
VB.NET
'todo
C++
//todo
| Method | Description |
|---|---|
| GetBackBuffer | Returns the backbuffer used by the engine. |
| GetD3DMesh | Returns the D3DX mesh from the mesh index. |
| GetDevice3D | Returns the D3D Device used by the engine. |
| GetDirect3D | Returns the D3D object used by the engine. |
| GetDirectInput | Short description of GetDirectInput |
| GetIndex | Short description of GetIndex |
| GetKeyboardDevice | Short description of GetKeyboardDevice |
| GetMouseDevice | Short description of GetMouseDevice |
| GetTexture | Returns the Direct3DTexture object used by the engine for a specified texture. |
| RegisterTexture | Short description of RegisterTexture |
| SetIndex | Short description of SetIndex |
| SetTexture | Short description of SetTexture |
| Shader_Begin | Short description of Shader_Begin |
| Shader_End | Short description of Shader_End |
| UpdateD3DMesh | Short description of UpdateD3DMesh |