PixiThree - v0.0.16
    Preparing search index...

    Interface RenderContextProps

    interface RenderContextProps {
        children?: ReactNode;
        eventSource?: RefObject<HTMLElement | null>;
        onCreated?: (state: RootState) => void;
        onPointerMissed?: (event: MouseEvent) => void;
        threeRendererParameters?: Partial<WebGPURendererParameters>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children?: ReactNode
    eventSource?: RefObject<HTMLElement | null>

    Optional HTML element to use as event source

    onCreated?: (state: RootState) => void

    Callback after the canvas has rendered (but not yet committed)

    onPointerMissed?: (event: MouseEvent) => void

    React Three Fiber handler for pointer clicks that have missed any target

    threeRendererParameters?: Partial<WebGPURendererParameters>

    WebGPURenderer parameters