{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Class AlwaysUpdateSystemAttribute | Entities | 1.2.0-exp.3
docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Class AlwaysUpdateSystemAttribute

    Obsolete. Systems now update by default.

    Inheritance
    object
    Attribute
    AlwaysUpdateSystemAttribute
    Namespace: Unity.Entities
    Assembly: solution.dll
    Syntax
    [Obsolete("AlwaysUpdateSystem is deprecated. Systems now always update by default. Use RequireMatchingQueriesForUpdate if you want a System to only update if one of its queries matches. (RemovedAfter Entities 1.0)")]
    [AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct)]
    public class AlwaysUpdateSystemAttribute : Attribute
    Remarks

    Obsolete. Systems now update by default. Use RequireMatchingQueriesForUpdateAttribute if you want a system to only update if one of its queries is non-empty.

    This attribute causes a system to update even if none of its registered queries matched any entities.

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