docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ARCoreCameraSubsystem

    The ARCore implementation of the XRCameraSubsystem. Do not create this directly. Use the SubsystemManager instead.

    Inheritance
    object
    XRCameraSubsystem
    ARCoreCameraSubsystem
    Inherited Members
    XRCameraSubsystem.GetTextureDescriptors(Allocator)
    XRCameraSubsystem.OnBeforeBackgroundRender(int)
    XRCameraSubsystem.TryGetIntrinsics(out XRCameraIntrinsics)
    XRCameraSubsystem.GetConfigurations(Allocator)
    XRCameraSubsystem.TryGetLatestFrame(XRCameraParams, out XRCameraFrame)
    XRCameraSubsystem.GetMaterialKeywords(out List<string>, out List<string>)
    XRCameraSubsystem.TryGetLatestImage(out XRCpuImage)
    XRCameraSubsystem.TryAcquireLatestCpuImage(out XRCpuImage)
    XRCameraSubsystem.Register(XRCameraSubsystemCinfo)
    XRCameraSubsystem.currentCamera
    XRCameraSubsystem.requestedCamera
    XRCameraSubsystem.currentCameraBackgroundRenderingMode
    XRCameraSubsystem.requestedCameraBackgroundRenderingMode
    XRCameraSubsystem.supportedCameraBackgroundRenderingMode
    XRCameraSubsystem.autoFocusEnabled
    XRCameraSubsystem.autoFocusRequested
    XRCameraSubsystem.currentLightEstimation
    XRCameraSubsystem.requestedLightEstimation
    XRCameraSubsystem.cameraMaterial
    XRCameraSubsystem.permissionGranted
    XRCameraSubsystem.invertCulling
    XRCameraSubsystem.currentConfiguration
    Namespace: UnityEngine.XR.ARCore
    Assembly: solution.dll
    Syntax
    [Preserve]
    public sealed class ARCoreCameraSubsystem : XRCameraSubsystem

    Fields

    Name Description
    backgroundShaderNames

    The names for the background shaders based on the current render pipeline.

    Properties

    Name Description
    backgroundShaderName

    The name for the background shader based on the current render pipeline.

    Events

    Name Description
    beforeGetCameraConfiguration

    Invoked from native code just before this subsystem calls ArSession_getSupportedCameraConfigsWithFilter.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023