Click or drag to resize
MyGameRenderComponent Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.MyGameRenderComponent"]

Inheritance Hierarchy
SystemObject
  VRageMyGameRenderComponent

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public class MyGameRenderComponent

The MyGameRenderComponent type exposes the following members.

Constructors
  NameDescription
Public methodMyGameRenderComponent
Initializes a new instance of the MyGameRenderComponent class
Top
Properties
  NameDescription
Public propertyRenderThread
Top
Methods
  NameDescription
Public methodDispose
Public methodStart
Creates and starts render thread
Public methodStartSync
Public methodStop
Stops and clears render thread
Top
See Also