docs.unity.cn
    Show / Hide Table of Contents

    Class BakingSystemFilterSettings

    Holds the set of assemblies which are to be excluded during the baking process.

    Inheritance
    Object
    BakingSystemFilterSettings
    Namespace: Unity.Entities.Build
    Syntax
    [Serializable]
    public sealed class BakingSystemFilterSettings
    Remarks

    The Baker<TAuthoringType> types defined in excluded assemblies are ignored during the baking process.

    Constructors

    Name Description
    BakingSystemFilterSettings()

    Default constructor.

    BakingSystemFilterSettings(String[])

    Constructor.

    BakingSystemFilterSettings(AssemblyDefinitionAsset[])

    Constructor.

    Fields

    Name Description
    ExcludedBakingSystemAssemblies

    The list of assemblies containing bakers which are going to be excluded during the baking process.

    Methods

    Name Description
    IsAssemblyExcluded(Assembly)

    Checks if an assembly is excluded during the baking process.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023