SceneRenderInstance

Summary

Remarks

Danger

All calls made within this class MUST be performed on the Master Thread. See on how to safely call this from an asynchronous thread. Failure to comply with this can cause catastrophical failures as the engine is not designed for this.

Definition

Namespace: SDT4.Managed.Renderer.XRP
Assembly: SDT4.Managed.Renderer.dll

sealed class SceneRenderInstance
Inheritance:

ObjectSceneRenderInstance

Implements:

IDisposable

Fields

Name Type Description

Properties

Name Type Description

Methods

public ViewportRenderInstance CreateViewportRenderer(String uniqueName, RenderCanvas renderCanvas)

Summary

Creates a viewport from a canvas.

Remarks

MUST be unique, otherwise an is thrown. MUST be valid, otherwise an is thrown.

Parameters:

Returns:


public Void Dispose()