Class TransformBakingSystemGroup
The group of systems that runs just after the bakers but before BakingSystemGroup.
Inherited Members
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.BakingSystem, WorldSystemFilterFlags.Default)]
public class TransformBakingSystemGroup : ComponentSystemGroup
Remarks
The transform components are added during the execution of this group.