Class Extensions
Provides some extension methods for various collections.
Namespace: Unity.Collections.LowLevel.Unsafe.NotBurstCompatible
Assembly: solution.dll
Syntax
public static class Extensions
Methods
Name | Description |
---|---|
AddNBC(ref UnsafeAppendBuffer, string) | Adds the content of a string to this append buffer. |
ReadNextNBC(ref Reader, out string) | Reads a string from this buffer reader. |
ToArray<T>(UnsafeParallelHashSet<T>) | Returns a new managed array with all the elements copied from a set. |
ToBytesNBC(ref UnsafeAppendBuffer) | Returns an unmanaged byte array with a copy of this buffer's contents. |