Struct BufferAccessor<T>
Syntax
[NativeContainer]
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
Properties
Item[Int32]
Declaration
public DynamicBuffer<T> this[int index] { get; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Exceptions
Length
Declaration
public int Length { get; }
Property Value