Component props
See RenderContext.
Optionalchildren?: ReactNodeOptionaleventSource?: RefObject<HTMLElement | null>Optional HTML element to use as event source
OptionalonCreated?: (state: RootState) => voidCallback after the canvas has rendered (but not yet committed)
OptionalonPointerMissed?: (event: MouseEvent) => voidReact Three Fiber handler for pointer clicks that have missed any target
OptionalthreeRendererParameters?: Partial<WebGPURendererParameters>WebGPURenderer parameters
Context manager for all canvas views, which share GPU resources. Wraps all CanvasView components and contains DOM children.
Top-level component that initializes the React Pixi Application and React Three Fiber root. Manages shared GPU resources for all canvas views in your application.