docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UpdateBeforeAttribute

    Apply to a system to specify an update ordering constraint with another system in the same ComponentSystemGroup.

    Inheritance
    object
    Attribute
    UpdateBeforeAttribute
    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = true)]
    public class UpdateBeforeAttribute : Attribute
    Remarks

    Updating before or after a system constrains the scheduler ordering of these systems within a ComponentSystemGroup. Both the before and after systems must be a members of the same ComponentSystemGroup.

    Constructors

    Name Description
    UpdateBeforeAttribute(Type)

    Specify a system which the tagged system must update before.

    Properties

    Name Description
    SystemType

    The type of the target system, which the tagged system must update before.

    In This Article
    Back to top
    Copyright © 2024 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)