Struct NativeArrayChunked8<T>
Syntax
public struct NativeArrayChunked8<T> : IDisposable where T : struct
Type Parameters
Constructors
NativeArrayChunked8(Int32, Allocator)
Declaration
public NativeArrayChunked8(int length, Allocator label)
Parameters
Type |
Name |
Description |
Int32 |
length |
|
Allocator |
label |
|
Properties
Allocator
Declaration
public Allocator Allocator { get; }
Property Value
Type |
Description |
Allocator |
|
Item[Int32]
Declaration
public T this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Length
Declaration
public int Length { get; }
Property Value
Methods
Dispose()
Declaration
Extension Methods