Class PreBakingSystemGroup
The group of systems that runs before the bakers execute.
Inherited Members
Namespace: Unity.Entities
Assembly: Unity.Entities.Hybrid.dll
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.BakingSystem, WorldSystemFilterFlags.Default)]
public class PreBakingSystemGroup : ComponentSystemGroup
Remarks
A typical use of this group is to perform clean up before the bakers and the baking systems execute.