Class AlwaysSynchronizeSystemAttribute | Entities | 0.3.0-preview.4
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 © 2019 Unity Technologies
    Generated by DocFX