|
Space Engineers
|
Contains data produced by update frame, sent to render in thread-safe manner More...
Public Member Functions | |
| void | Enqueue (MyRenderMessageBase message) |
Public Attributes | |
| bool | Processed |
| MyTimeSpan | UpdateTimestamp |
| readonly List< MyRenderMessageBase > | RenderInput = new List<MyRenderMessageBase>(2048) |
Contains data produced by update frame, sent to render in thread-safe manner
Definition at line 16 of file MyUpdateFrame.cs.
|
inline |
Definition at line 25 of file MyUpdateFrame.cs.
| bool VRageRender.MyUpdateFrame.Processed |
Definition at line 18 of file MyUpdateFrame.cs.
| readonly List<MyRenderMessageBase> VRageRender.MyUpdateFrame.RenderInput = new List<MyRenderMessageBase>(2048) |
Definition at line 21 of file MyUpdateFrame.cs.
| MyTimeSpan VRageRender.MyUpdateFrame.UpdateTimestamp |
Definition at line 19 of file MyUpdateFrame.cs.
1.8.8