Click or drag to resize
MyRenderThreadInvoke Method

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

[Missing <summary> documentation for "M:VRage.MyRenderThread.Invoke(System.Action)"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public void Invoke(
	Action action
)

Parameters

action
Type: SystemAction

[Missing <param name="action"/> documentation for "M:VRage.MyRenderThread.Invoke(System.Action)"]

See Also