LanguageEnglish
  • C#

NativeContainerIsAtomicWriteOnlyAttribute

class in Unity.Collections.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description

Indicates that the native container only allows writing, and can only be written to in safe, parallel contexts.

Use this attribute when defining a concurrent, write-only interface to the data in the native container.

Providing a write-only interface to the data in a native container allows your container to be passed to parallel job types, such as IJobParallelFor, as writable without restrictions on which indices can be written to, and indicates that none of the portions overlap.

Native container types marked with this attribute must enforce write-only access.

For an alternative method of supporting parallel writing, refer to NativeContainerSupportsMinMaxWriteRestrictionAttribute. For information on creating your own native container, refer to the User Manual documentation on Implement a custom native container.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961