|
| string | RootDirectory [get, set] |
| |
| string | RootDirectoryEffects [get, set] |
| |
| string | RootDirectoryDebug [get, set] |
| |
| MyLog | Log [get] |
| |
| MySharedData | SharedData [get] |
| |
| MyTimeSpan | CurrentDrawTime [get, set] |
| |
| MyViewport | MainViewport [get] |
| |
| Vector2I | BackBufferResolution [get] |
| |
| MyMessageQueue | OutputQueue [get] |
| |
| uint | GlobalMessageCounter [get, set] |
| |
| bool | IsSupported [get] |
| | Must be possible to query during startup before render thread and window is created. More...
|
| |
| string | RootDirectory [get, set] |
| |
| string | RootDirectoryEffects [get, set] |
| |
| string | RootDirectoryDebug [get, set] |
| |
| MySharedData | SharedData [get] |
| |
| MyTimeSpan | CurrentDrawTime [get, set] |
| |
| MyLog | Log [get] |
| |
| MyViewport | MainViewport [get] |
| |
| Vector2I | BackBufferResolution [get] |
| |
| MyMessageQueue | OutputQueue [get] |
| |
| uint | GlobalMessageCounter [get, set] |
| |
Definition at line 16 of file MyNullRender.cs.
| VRageRender.MyNullRender.MyNullRender |
( |
| ) |
|
|
inline |
| void VRageRender.MyNullRender.DisposeDevice |
( |
| ) |
|
|
inline |
| void VRageRender.MyNullRender.Draw |
( |
bool |
draw = true | ) |
|
|
inline |
| void VRageRender.MyNullRender.DrawBegin |
( |
| ) |
|
|
inline |
| void VRageRender.MyNullRender.DrawEnd |
( |
| ) |
|
|
inline |
| void VRageRender.MyNullRender.EnqueueMessage |
( |
MyRenderMessageBase |
message, |
|
|
bool |
limitMaxQueueSize |
|
) |
| |
|
inline |
| long VRageRender.MyNullRender.GetAvailableTextureMemory |
( |
| ) |
|
|
inline |
| double VRageRender.MyNullRender.GetVideoPosition |
( |
uint |
id | ) |
|
|
inline |
| Vector2 VRageRender.MyNullRender.GetVideoSize |
( |
uint |
id | ) |
|
|
inline |
| VideoState VRageRender.MyNullRender.GetVideoState |
( |
uint |
id | ) |
|
|
inline |
| bool VRageRender.MyNullRender.IsVideoValid |
( |
uint |
id | ) |
|
|
inline |
| void VRageRender.MyNullRender.Present |
( |
| ) |
|
|
inline |
| void VRageRender.MyNullRender.ProcessMessages |
( |
| ) |
|
|
inline |
| bool VRageRender.MyNullRender.ResetDevice |
( |
| ) |
|
|
inline |
| void VRageRender.MyNullRender.ResetEnvironmentProbes |
( |
| ) |
|
|
inline |
| void VRageRender.MyNullRender.UnloadContent |
( |
| ) |
|
|
inline |
| void VRageRender.MyNullRender.UnloadData |
( |
| ) |
|
|
inline |
| Vector2I VRageRender.MyNullRender.BackBufferResolution |
|
get |
| MyTimeSpan VRageRender.MyNullRender.CurrentDrawTime |
|
getset |
| uint VRageRender.MyNullRender.GlobalMessageCounter |
|
getset |
| MyLog VRageRender.MyNullRender.Log |
|
get |
| string VRageRender.MyNullRender.RootDirectory |
|
getset |
| string VRageRender.MyNullRender.RootDirectoryDebug |
|
getset |
| string VRageRender.MyNullRender.RootDirectoryEffects |
|
getset |
The documentation for this class was generated from the following file: