Class ARRenderingUtils
A utilities class for containing universally useful Rendering operations and information for rendering AR.
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public static class ARRenderingUtils
Properties
useLegacyRenderPipeline
Whether to use the legacy rendering pipeline.
Declaration
public static bool useLegacyRenderPipeline { get; }
Property Value
Type | Description |
---|---|
bool |
|