docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum TypeManager.SystemAttributeKind

    An enum describing some important kinds of attributes that can be added to systems. This is used in order to make some code paths burstable that refer to said attributes.

    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    public enum TypeManager.SystemAttributeKind

    Fields

    Name Description
    CreateAfter

    CreateAfterAttribute

    CreateBefore

    CreateBeforeAttribute

    DisableAutoCreation

    DisableAutoCreationAttribute

    RequireMatchingQueriesForUpdate

    RequireMatchingQueriesForUpdateAttribute

    UpdateAfter

    UpdateAfterAttribute

    UpdateBefore

    UpdateBeforeAttribute

    UpdateInGroup

    UpdateInGroupAttribute

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)