class SceneRenderingWidget : Frame

robot_2Generated
code_blocksInput

Description

The SceneRenderingWidget class in the Editor namespace is designed to render a scene to a native widget, effectively replacing the NativeRenderingWidget. It provides properties and methods to manage and interact with the scene rendering process.

Members

Instance Members

Member NameSummary
SceneThe active scene that we're rendering.
CameraThe camera to render from. We will fallback to Scene.Camera if this is null.
GizmoInstanceInstance of the gizmo used in the scene.
CursorRayReturn a ray for the current cursor position.
PreFramePrepares the frame before rendering.
GetRayReturns a ray from a given local position.