docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CompositionLayerAnalyticsBuildProcessor

    Inheritance
    object
    CompositionLayerAnalyticsBuildProcessor
    Implements
    IPostprocessBuildWithReport
    IOrderedCallback
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.XR.CompositionLayers
    Assembly: Unity.XR.CompositionLayers.dll
    Syntax
    public class CompositionLayerAnalyticsBuildProcessor : IPostprocessBuildWithReport, IOrderedCallback

    Properties

    callbackOrder

    Returns the relative callback order for callbacks. Callbacks with lower values are called before ones with higher values.

    Declaration
    public int callbackOrder { get; }
    Property Value
    Type Description
    int

    Methods

    OnPostprocessBuild(BuildReport)

    Implement this function to receive a callback after the build is complete.

    Declaration
    public void OnPostprocessBuild(BuildReport report)
    Parameters
    Type Name Description
    BuildReport report

    A BuildReport containing information about the build, such as the target platform and output path.

    Implements

    IPostprocessBuildWithReport
    IOrderedCallback
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)