Class BakingSystemFilterSettings
Holds the set of assemblies which are to be excluded during the baking process.
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. |