Space Engineers
|
Public Member Functions | |
void | TickSync () |
void | Invoke (Action action) |
void | SwitchSettings (MyRenderDeviceSettings settings) |
void | SwitchQuality (MyRenderQualityEnum quality) |
void | Exit () |
Signals the thread to exit and waits until it does so More... | |
void | DebugAddWaitingForPresent (EventWaitHandle handle) |
void | UpdateSize (MyWindowModeEnum?customMode=null) |
void | SetMouseCapture (bool capture) |
Static Public Member Functions | |
static MyRenderThread | Start (MyGameTimer timer, InitHandler initHandler, MyRenderDeviceSettings?settingsToTry, MyRenderQualityEnum renderQuality, float maxFrameRate) |
static MyRenderThread | StartSync (MyGameTimer timer, IMyRenderWindow renderWindow, MyRenderDeviceSettings?settingsToTry, MyRenderQualityEnum renderQuality, float maxFrameRate) |
Public Attributes | |
readonly Thread | SystemThread |
Properties | |
int | CurrentAdapter [get] |
MyRenderDeviceSettings | CurrentSettings [get] |
Events | |
Action | BeforeDraw |
SizeChangedHandler | SizeChanged |
Definition at line 27 of file MyRenderThread.cs.
|
inline |
Definition at line 377 of file MyRenderThread.cs.
|
inline |
Signals the thread to exit and waits until it does so
Definition at line 160 of file MyRenderThread.cs.
|
inline |
Definition at line 140 of file MyRenderThread.cs.
|
inline |
Definition at line 493 of file MyRenderThread.cs.
|
inlinestatic |
Definition at line 96 of file MyRenderThread.cs.
|
inlinestatic |
Definition at line 103 of file MyRenderThread.cs.
|
inline |
Definition at line 151 of file MyRenderThread.cs.
|
inline |
Definition at line 145 of file MyRenderThread.cs.
|
inline |
Definition at line 122 of file MyRenderThread.cs.
|
inline |
Definition at line 416 of file MyRenderThread.cs.
readonly Thread VRageRender.ExternalApp.MyRenderThread.SystemThread |
Definition at line 66 of file MyRenderThread.cs.
|
get |
Definition at line 58 of file MyRenderThread.cs.
|
get |
Definition at line 62 of file MyRenderThread.cs.
Action VRageRender.ExternalApp.MyRenderThread.BeforeDraw |
Definition at line 68 of file MyRenderThread.cs.
SizeChangedHandler VRageRender.ExternalApp.MyRenderThread.SizeChanged |
Definition at line 69 of file MyRenderThread.cs.