Version: 2022.2
언어: 한국어
public static void* GetUnsafeReadOnlyPtr (NativeArray<T> nativeArray);
public static void* GetUnsafeReadOnlyPtr (ReadOnly<T> nativeArray);

파라미터

nativeArray NativeArray.

반환

void* NativeArray memory buffer pointer.

설명

Gets a pointer to the memory buffer of the NativeArray or NativeArray.ReadOnly.

When ENABLE_UNITY_COLLECTIONS_CHECKS is set (which is always the case in the Editor, but never in a built player), this method checks that the AtomicSafetyHandle associated with this container can be read from and is not written to from another thread. If it cannot be read, a System.InvalidOperationException is raised. While it is possible to write to the returned pointer, this is generally unsafe. When this method call succeeds, you are only guaranteed that reading from this pointer is safe. Writing to this pointer can lead to race conditions and crashes later during program execution.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961