Skip to main content

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

ImGuiScene.SimpleSDLWindow

Parameters
TypeNameDescription
ImGuiScene.IRendererrendererThe renderer to use with this window.
ImGuiScene.WindowCreateInfocreateInfoThe ImGuiScene.WindowCreateInfo specifying the details of window creation.