docs.unity3d.com
Search Results for

    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
    Assembly: Unity.Entities.Build.dll
    Syntax
    [Serializable]
    public sealed class BakingSystemFilterSettings
    Remarks

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

    Constructors

    Name Description
    BakingSystemFilterSettings()

    Default constructor.

    BakingSystemFilterSettings(params string[])

    Constructor.

    BakingSystemFilterSettings(params 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.

    In This Article
    Back to top
    Copyright © 2024 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)