G-code Preview — API Reference
    Preparing search index...

    What the controller needs from its owner: set a pixel ratio, and request a render.

    interface InteractionQualityDeps {
        render(): void;
        setPixelRatio(ratio: number): void;
    }
    Index

    Methods