Enum WorldSystemFilterFlags | Entities | 0.16.0-preview.21
docs.unity3d.com
    Show / Hide Table of Contents

    Enum WorldSystemFilterFlags

    For internal use only.

    Namespace: Unity.Entities
    Syntax
    [Flags]
    public enum WorldSystemFilterFlags : uint
    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. Systems without a [WorldSystemFilter] attribute are by default placed in this 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
    Editor

    The main World created when running in the Editor. Example: Editor LiveLink system

    64
    All

    Flag to include all system groups defined above as well as systems decorated with [DisableAutoCreation].

    4294967295
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023