Struct RectInt.PositionEnumerator
Assembly: UnityEngine.dll
Syntax
public struct PositionEnumerator : IEnumerator<Vector2Int>, IDisposable, IEnumerator
Constructors
|
Improve this Doc
View Source
PositionEnumerator(Vector2Int, Vector2Int)
Declaration
public PositionEnumerator(Vector2Int min, Vector2Int max)
Parameters
Properties
|
Improve this Doc
View Source
Current
Declaration
public Vector2Int Current { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public RectInt.PositionEnumerator GetEnumerator()
Returns
|
Improve this Doc
View Source
MoveNext()
Declaration
Returns
|
Improve this Doc
View Source
Reset()
Declaration
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
|
Improve this Doc
View Source
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
Extension Methods