Class AlwaysSynchronizeSystemAttribute | Entities | 0.16.0-preview.21
docs.unity.cn
    Show / Hide Table of Contents

    Class AlwaysSynchronizeSystemAttribute

    AlwaysSynchronizeSystem can be applied to a JobComponentSystem to force it to synchronize on all of its dependencies before every update. This attribute should only be applied when a synchronization point is necessary every frame.

    Inheritance
    Object
    Attribute
    AlwaysSynchronizeSystemAttribute
    Namespace: Unity.Entities
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class AlwaysSynchronizeSystemAttribute : Attribute, _Attribute
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 30 October 2020