Enum WorldSystemFilterFlags
For internal use only.
Namespace: Unity.Entities
Syntax
[Flags]
public enum WorldSystemFilterFlags
Remarks
Defines where internal Unity systems should be created. The existence of these flags and the specialized Worlds they represent are subject to change.
Fields
Name | Description | Value |
---|---|---|
Default | The default World. |
1 |
EntitySceneOptimizations | A specialized World created for optimizing scene rendering. |
4 |
ProcessAfterLoad | A specialized World created for processing a scene after load |
8 |
HybridGameObjectConversion | Conversion systems that should run for Hybrid Example: Hybrid renderer conversion systems |
16 |
DotsRuntimeGameObjectConversion | Conversion systems that should run for Dots runtime Example: Tiny renderer conversion systems |
32 |
GameObjectConversion | A specialized World created for converting GameObjects to entities. |
48 |