Component props
See PixiTexture.
Optionalattach?: AttachTypeTextureNode React Three Fiber attach
OptionalcontainerRef?: Ref<Container<ContainerChild>>Pixi Container Ref
OptionaleventGuard?: (args: PixiTextureEventData) => booleanOptional guard to filter events
OptionaleventPriority?: numberOptional event priority, defaults to 0
Optionalevents?: booleanEnable event handling, defaults to true
OptionalfpsLimit?: numberOptional FPS limit
Optionalframeloop?: "always" | "demand"Optional frameloop, defaults to "demand"
Texture height
OptionalobjectRef?: RefObject<Object3D<Object3DEventMap>>Optional Object3D for event computation, defaults to fiber parent if any
Optionalref?: Ref<TextureNode>TextureNode Ref
Texture width
A Three TextureNode that that renders React Pixi children.
It must be inside a ThreeScene component.