World3D constructor
The root component for all 3D world elements.
The primary feature of this component is that it allows Component3Ds to render directly to a GraphicsDevice instead of the regular rendering.
Implementation
World3D({
super.children,
super.priority,
});