M_WolfCurses_WindowFactory__ctor - Maxwolf/WolfCurses GitHub Wiki
Initializes a new instance of the WindowFactory class. Creates a new Windows factory that will look over the application for all known game types and create reference list which we can use to get instances of a given Windows by asking for it.
Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public WindowFactory(
SimulationApp simUnit
)
- simUnit
- Type: WolfCurses.SimulationApp
Core simulation which is controlling the window factory.
Supported in: 0.1