Struct MultiListEnumerator<T>
Namespace: Unity.Entities.Conversion
Syntax
public struct MultiListEnumerator<T> : IEnumerable<T>, IEnumerable, IEnumerator<T>, IDisposable, IEnumerator where T : struct
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Any | |
Current | |
Empty | |
IsEmpty | |
IsValid |
Methods
Name | Description |
---|---|
Count() | |
Dispose() | |
MoveNext() | |
Reset() |