RendererInitOptions Struct

Definition

Parameters for connecting to the runtime of an RenderingSession.

public value class RendererInitOptions
public struct RendererInitOptions
type RendererInitOptions = struct
Public Structure RendererInitOptions
Inheritance
RendererInitOptions

Constructors

RendererInitOptions(ServiceRenderMode, Boolean, Boolean)

Fields

ForceTransparencyWritesDepth

Forces all transparent PbrMaterials and ColorMaterials to write depth.

IgnoreCertificateValidation

Internal flag used to ignore SSL certification. Should be set to false (default) for most applications.

RenderMode

Rendering mode to be used.

Applies to

See also