Type alias ExampleFactorParams

ExampleFactorParams: {
    Editor: typeof BasicEditor;
    KeyboardControls: typeof AbstractKeyboardControls;
    Renderer: typeof AbstractRenderer;
    Viewport: typeof AbstractViewport;
    ViewportControls: typeof AbstractViewportControls;
    container: HTMLElement | null;
}

Parameters for the ExampleFactor. THis allows you to customize the SejEngine instance by passing in your own classes.

Type declaration

Generated using TypeDoc