Table of Contents

Class DebugSubTypes

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

The sub-block types inside a DEBUG block (03-wire-protocol § 3, W26). An unknown one is skipped by its length.

public static class DebugSubTypes
Inheritance
DebugSubTypes
Inherited Members

Fields

ClusterAabbs

Reserved: the clusters meeting the session's range. Not sent yet.

public const byte ClusterAabbs = 2

Field Value

byte

Grid

The replication grid: its origin, cell side and cells per axis (DebugGrid).

public const byte Grid = 1

Field Value

byte

Migrations

Reserved: this tick's migrations in the session's range. Not sent yet.

public const byte Migrations = 3

Field Value

byte

PushGeometry

The session's push geometry: its anchor or hull and its delivered window (PushGeometry). Experimental: its layout can change.

public const byte PushGeometry = 128

Field Value

byte