docs.unity.cn
    Show / Hide Table of Contents

    Class AddressablesPlayerBuildProcessor

    Maintains Addresssables build data when processing a player build.

    Inheritance
    Object
    AddressablesPlayerBuildProcessor
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Global Namespace
    Syntax
    public class AddressablesPlayerBuildProcessor : IPreprocessBuildWithReport, IPostprocessBuildWithReport, IOrderedCallback

    Properties

    callbackOrder

    Returns the player build processor callback order.

    Declaration
    public int callbackOrder { get; }
    Property Value
    Type Description
    Int32
    Implements
    IOrderedCallback.callbackOrder

    Methods

    OnPostprocessBuild(BuildReport)

    Removes temporary data created as part of a build.

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

    OnPreprocessBuild(BuildReport)

    Initializes temporary build data.

    Declaration
    public void OnPreprocessBuild(BuildReport report)
    Parameters
    Type Name Description
    BuildReport report
    Implements
    IPreprocessBuildWithReport.OnPreprocessBuild(BuildReport)
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use