Class WindowFactory
Factory used to create a SimpleSDLWindow set up to work with the selected renderer.
Assembly: ImGuiScene.dll
View Source
Declaration
public class WindowFactory
Methods
CreateForRenderer(IRenderer, WindowCreateInfo)
Creates a window configured for use with the specified renderer.
View Source
Declaration
public static SimpleSDLWindow CreateForRenderer(IRenderer renderer, WindowCreateInfo createInfo)
Returns
Parameters
Type | Name | Description |
---|---|---|
ImGuiScene.IRenderer | renderer | The renderer to use with this window. |
ImGuiScene.WindowCreateInfo | createInfo | The ImGuiScene.WindowCreateInfo specifying the details of window creation. |