Skip to content

Game.Common.GroupBuilder`1+Iterator

Assembly: Game
Namespace: Game.Common

Type: struct sealed public

Base: System.ValueType

Code

public sealed struct Iterator<T>
{
    public System.Int32 m_StartIndex;
    public System.Int32 m_GroupIndex;

    public Iterator(System.Int32 groupIndex);

}

Fields

  • public System.Int32 m_StartIndex
public System.Int32 m_StartIndex;
  • public System.Int32 m_GroupIndex
public System.Int32 m_GroupIndex;

Constructors

  • public Iterator(System.Int32 groupIndex)
public Iterator(System.Int32 groupIndex);