Hi,
Can you tell me the way I can inject my own derived scene class?
Currently, I know that the TSX to create a scene is as follows:
<Engine canvasId="sample-canvas" antialias >
<Scene onSceneMount={onSceneMount}>
(other things)
</Scene>
</Engine>
is there a way I can push my own derived scene class or instance into the TSX?
Thanks
Hi,
Can you tell me the way I can inject my own derived scene class?
Currently, I know that the TSX to create a scene is as follows:
is there a way I can push my own derived scene class or instance into the TSX?
Thanks