Version: 2021.2
言語: 日本語
public static NativeArray<T> ConvertExistingDataToNativeArray (void* dataPointer, int length, Unity.Collections.Allocator allocator);

パラメーター

dataPointer Pointer to the preallocated data.
length Number of elements. The length of the data in bytes will be computed automatically from this.
allocator Allocation strategy to use.

戻り値

NativeArray<T> A new NativeArray, allocated with the given strategy and wrapping the provided data.

説明

Converts an existing buffer to a NativeArray.

This method can be used to turn an existing buffer into a NativeArray, to be fed to the Unity API for processing. Ownership of the data is controlled via the allocation strategy provided via the allocator argument. Allocator.None can be used in case the data is owned externally, while the others can be used to transfer control to the NativeArray.

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