Delegate XRCameraExtensions.TryGetColorCorrectionDelegate | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Delegate XRCameraExtensions.TryGetColorCorrectionDelegate

    For internal use. Defines a delegate that a platform-specific camera provider can implement to provide color correction data.

    Namespace: UnityEngine.XR.ARExtensions
    Syntax
    public delegate bool TryGetColorCorrectionDelegate(XRCameraSubsystem cameraSubsystems, out Color color);
    Parameters
    Type Name Description
    XRCameraSubsystem cameraSubsystems
    Color color

    A Color representing the color correction data.

    Returns
    Type Description
    System.Boolean

    True if the color correction was retrieved, otherwise, False.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023