docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property GlobalSystemVersion

    GlobalSystemVersion

    A counter that increments after every system update.

    Declaration
    public uint GlobalSystemVersion { get; }
    Property Value
    Type Description
    uint
    Remarks

    The ECS framework uses the GlobalSystemVersion to track changes in a conservative, efficient fashion. Changes are recorded per component per chunk.

    See Also
    DidChange<T>(ref ComponentTypeHandle<T>, uint)
    EntityQueryFilter.ChangedFilter
    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)