ZSceneStateHandler
3 items
funonReady
Called when the scene or the system is ready to start interacting or rendering. This method is typically used to perform initialization tasks specific to the scene state.
funonRender
Handles the resizing of the scene or rendering system, typically triggered when the viewport dimensions change. This should update internal state or configurations based on the new width and height values.