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 |
---|---|
Baking |
Default constructor. |
Baking |
Constructor. |
Baking |
Constructor. |
Fields
Name | Description |
---|---|
Excluded |
The list of assemblies containing bakers which are going to be excluded during the baking process. |
Methods
Name | Description |
---|---|
Is |
Checks if an assembly is excluded during the baking process. |