Click or drag to resize
MyRenderThreadUpdateSize Method

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

[Missing <summary> documentation for "M:VRage.MyRenderThread.UpdateSize(System.Nullable{VRageRender.MyWindowModeEnum})"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public void UpdateSize(
	Nullable<MyWindowModeEnum> customMode = null
)

Parameters

customMode (Optional)
Type: SystemNullableMyWindowModeEnum

[Missing <param name="customMode"/> documentation for "M:VRage.MyRenderThread.UpdateSize(System.Nullable{VRageRender.MyWindowModeEnum})"]

See Also