Function NativeCircularBuffer.NativeCircularBuffer
NativeCircularBuffer
(AllocatorManager.AllocatorHandle allocator)
Create a new empty buffer.
Public
NativeCircularBuffer
(T[] data, int head, int length, out ulong gcHandle)
Public
NativeCircularBuffer
(int initialCapacity, AllocatorManager.AllocatorHandle allocator)
Create a new buffer with the given capacity.
Public