Table of Contents

Enum PushShape

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

The shape of a push session's geometry.

public enum PushShape : byte

Fields

Region = 2

A hull the client sent (ClientRegion).

Sphere = 0

A sphere (a disc in a flat grid) around an anchor.

World = 1

The whole world, delivered in cell-key order.