Class CompositeRenderModuleOptions
Inheritance
CompositeRenderModuleOptions
Inherited Members
Namespace: Unity.MARS
Syntax
public class CompositeRenderModuleOptions : EditorScriptableSettings<CompositeRenderModuleOptions>
Properties
UseCameraStackInFallback
Use a camera stack for composite rendering of game view and other views that support camera stacking in Fallback composite rendering.
Declaration
public bool UseCameraStackInFallback { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
UseFallbackCompositeRendering
Use a simplified version of composite rendering with greater compatibility to different rendering setups.
Declaration
public bool UseFallbackCompositeRendering { get; set; }
Property Value
Type | Description |
---|---|
Boolean |