UnsafePtrList<T>.ReadOnly
A read only for an UnsafePtrList\<T\>.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public struct UnsafePtrList<T>.ReadOnly
Remarks
Use UnsafePtrList<T>.AsReadOnly to create a read only for a list.
Fields
Properties
Property | Description |
|---|---|
| IsCreated | Whether this list has been allocated (and not yet deallocated). |
| IsEmpty | Whether the list is empty. |