Extensions
Provides some extension methods for various collections.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.Collections.LowLevel.Unsafe.NotBurstCompatible
- Assembly: UnityEngine.ManagedKernelModule
public static class Extensions
Static Methods
Method | Description |
|---|---|
| AddNBC | Adds the content of a string to this append buffer. |
| ReadNextNBC | Reads a string from this buffer reader. |
| ToArray | Returns a new managed array with all the elements copied from a set. |
| ToBytesNBC | Returns an unmanaged byte array with a copy of this buffer's contents. |