docs.unity.cn
    Show / Hide Table of Contents

    Property GlobalSystemVersion

    GlobalSystemVersion

    A counter that increments after every system update.

    Declaration
    public readonly uint GlobalSystemVersion { get; }
    Property Value
    Type Description
    UInt32
    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(DynamicComponentTypeHandle, UInt32)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use