Skip to content

Game.UI.Editor.EditorHierarchyUISystem+Viewport

Assembly: Game
Namespace: Game.UI.Editor

Type: class public

Base: System.Object
Implements: Colossal.UI.Binding.IJsonWritable

Code

public class Viewport : Colossal.UI.Binding.IJsonWritable
{
    public System.Int32 startIndex;
    public System.Collections.Generic.List<Game.UI.Editor.EditorHierarchyUISystem+ViewportItem> items;

    public Viewport();

    public System.Void Write(Colossal.UI.Binding.IJsonWriter writer);
}

Fields

  • public System.Int32 startIndex
public System.Int32 startIndex;
  • public System.Collections.Generic.List<Game.UI.Editor.EditorHierarchyUISystem+ViewportItem> items
public System.Collections.Generic.List<Game.UI.Editor.EditorHierarchyUISystem+ViewportItem> items;

Constructors

  • public Viewport()
public Viewport();

Methods

  • public Write(Colossal.UI.Binding.IJsonWriter writer) : System.Void
public System.Void Write(Colossal.UI.Binding.IJsonWriter writer);