Struct BufferAccessor<T>
Syntax
public struct BufferAccessor<T>
where T : struct, IBufferElementData
Type Parameters
Constructors
BufferAccessor(Byte*, Int32, Int32, Int32)
Declaration
public BufferAccessor(byte *basePointer, int length, int stride, int internalCapacity)
Parameters
Type |
Name |
Description |
System.Byte* |
basePointer |
|
System.Int32 |
length |
|
System.Int32 |
stride |
|
System.Int32 |
internalCapacity |
|
Properties
Item[Int32]
Declaration
public DynamicBuffer<T> this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|