Enumerator Struct
Namespace: Stride.Particles.SortersAssembly: Stride.Particles.dll
public struct Enumerator : IEnumerator<Particle>, IEnumerator, IDisposable
| Name | Description | |
|---|---|---|
| Properties | ||
| Current | ||
| Methods | ||
| Dispose() | ||
| MoveNext() | ||
| Reset() | ||
| Explicit Interface Implementations | ||
| IEnumerator.Current | ||
Properties
Current
public readonly Particle Current { get; }
Property Value
| Type | Description |
|---|---|
| Particle |
Methods
Dispose()
public void Dispose()
MoveNext()
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Reset()
public void Reset()
Explicit Interface Implementations
IEnumerator.Current
readonly object IEnumerator.Current { get; }
Returns
| Type | Description |
|---|---|
| System.Object |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()