Class ARKitCameraSubsystem
The camera subsystem implementation for ARKit.
Inherited Members
Namespace: UnityEngine.XR.ARKit
Syntax
[Preserve]
public sealed class ARKitCameraSubsystem : XRCameraSubsystem
Fields
backgroundShaderNames
The names for the background shaders based on the current render pipeline.
Declaration
public static readonly string[] backgroundShaderNames
Field Value
Type | Description |
---|---|
String[] | The names for the background shaders based on the current render pipeline. |
Remarks
There are two shaders in the Apple ARKit Provider Package. One is used for rendering before opaques and one is used for rendering after opaques.
In order:
Properties
backgroundShaderName
The name for the background shader.
Declaration
[Obsolete("'backgroundShaderName' is obsolete, use backgroundShaderNames instead. (2022/04/04)")]
public static string backgroundShaderName { get; }
Property Value
Type | Description |
---|---|
String | The name for the background shader. |