Struct NetworkQueueSnapshot<T>
- Namespace
- Netick
- Assembly
- Netick.dll
A snapshot of the state of a NetworkQueue<T> collection. Note this must not be used outside the scope of an OnChanged call or a NetworkRender call.
public struct NetworkQueueSnapshot<T> : IEnumerable<T>, IEnumerable where T : unmanaged
Type Parameters
T
- Implements
-
IEnumerable<T>
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
Methods
GetEnumerator()
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>