EntityLinkEnumerator_T_.md
November 22, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
EntityLinkEnumerator Struct
public struct EntityLinkEnumerator<T> :
System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.EntityLink<T>>,
System.Collections.IEnumerator,
System.IDisposable
where T : struct, System.ValueType, System.ValueType
Type parameters
T
Implements System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.EntityLink<T>>, System.Collections.IEnumerator, System.IDisposable
| Properties | |
|---|---|
| Current |
| Methods | |
|---|---|
| Dispose() | |
| MoveNext() | |
| Reset() |
| Explicit Interface Implementations | |
|---|---|
| System.Collections.IEnumerator.Current |