Table of Contents

Class SegmentRecord

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

A motion segment to encode.

public sealed class SegmentRecord
Inheritance
SegmentRecord
Inherited Members

Constructors

SegmentRecord()

public SegmentRecord()

Properties

Epoch

The teleport counter.

public byte Epoch { get; init; }

Property Value

byte

NetId

The entity.

public uint NetId { get; init; }

Property Value

uint

Position

The start position.

public double[] Position { get; init; }

Property Value

double[]

T0

The absolute start tick.

public uint T0 { get; init; }

Property Value

uint

Velocity

The velocity per tick, for the linear model.

public double[] Velocity { get; init; }

Property Value

double[]