Class StructuralChangePresentationSystemGroup
Represents a system group that contains systems that perform structural changes.
Inheritance
Inherited Members
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
[UpdateInGroup(typeof(PresentationSystemGroup))]
[WorldSystemFilter(WorldSystemFilterFlags.Default|WorldSystemFilterFlags.EntitySceneOptimizations|WorldSystemFilterFlags.Editor, WorldSystemFilterFlags.Default)]
public class StructuralChangePresentationSystemGroup : ComponentSystemGroup
Remarks
Any system that makes structural changes must be in this system group. Structural changes performed after can result in undefined behavior or even crashing the application.