M_WolfCurses_WindowManager_CreateStateFromType - Maxwolf/WolfCurses GitHub Wiki

WindowManager.CreateStateFromType Method

Creates and adds the specified type of state to currently active game Windows.

Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public IForm CreateStateFromType(
	IWindow parentMode,
	Type stateType
)

Parameters

 

parentMode
Type: WolfCurses.IWindow
The parent Mode.
stateType
Type: System.Type
The state Type.

Return Value

Type: IForm
The IForm.

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

WindowManager Class
WolfCurses Namespace

⚠️ **GitHub.com Fallback** ⚠️