class render::SceneInstance

Inherits: RenderProxy

Contains information about an instantiated scene.

Public

Methods

GetRendererScene

const SPtr<RendererScene> &GetRendererScene() const

Representation of the scene used by the renderer.

Contains all the objects that need to be rendered. Exact implementation depends on the renderer plugin used.

Protected

Constructors

SceneInstance

SceneInstance(u64 id, const SPtr<RendererScene> &rendererScene)

Fields

mId

u64 mId

mRendererScene

SPtr<RendererScene> mRendererScene