Class NativeArrayExt
Namespace: Unity.MemoryProfiler.Editor.NativeArrayExtensions
Syntax
public static class NativeArrayExt : object
Methods
MemClear<T>(NativeArray<T>)
Declaration
public static void MemClear<T>(this NativeArray<T> arr)
where T : struct
Parameters
| Type | Name | Description |
|---|---|---|
| NativeArray<T> | arr |
Type Parameters
| Name | Description |
|---|---|
| T |