Table of Contents

Class EnterRecord

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

An enter record to encode.

public sealed class EnterRecord
Inheritance
EnterRecord
Inherited Members

Constructors

EnterRecord()

public EnterRecord()

Properties

Epoch

The teleport counter, when the archetype moves.

public byte Epoch { get; init; }

Property Value

byte

NetId

The entity.

public uint NetId { get; init; }

Property Value

uint

Position

The position, when the archetype is spatial.

public double[] Position { get; init; }

Property Value

double[]

T0

The segment's absolute start tick, when the archetype moves.

public uint T0 { get; init; }

Property Value

uint

Values

Every public field's value.

public RecordValues Values { get; init; }

Property Value

RecordValues

Velocity

The velocity per tick, when the archetype moves linearly.

public double[] Velocity { get; init; }

Property Value

double[]