OffscreenView
Description
- Derived from
-
SceneEntityView<ISceneView> abstract
Performs offscreen rendering.
Public / Constructors
OffscreenView
Creates a new instance of OffscreenView.
The following callbacks will be performed on component in, if it implements the respective interface:
Public / Attributes
OffscreenBitmap
The IResourceHandle that returns a Bitmap that represents the rendered offscreen content.
The same IResourceHandle object will be returned for the lifetime of this OffscreenView object.
OffscreenTexture
The IModelTexture that represents the rendered offscreen content.
The same IModelTexture object will be returned for the lifetime of this OffscreenView object.