Table of Contents

Class Interpolation

Namespace
Netick
Assembly
Netick.dll

A class representing an abstract interpolation interface, which is implemented by RemoteInterpolation and LocalInterpolation

public abstract class Interpolation
Inheritance
Interpolation
Derived
Inherited Members

Fields

FromSnapshot

public NetickAllocator FromSnapshot

Field Value

NetickAllocator

ToSnapshot

public NetickAllocator ToSnapshot

Field Value

NetickAllocator

Properties

Alpha

public abstract float Alpha { get; }

Property Value

float

From

public abstract Tick From { get; }

Property Value

Tick

HasSnapshots

public abstract bool HasSnapshots { get; }

Property Value

bool

Time

public abstract float Time { get; }

Property Value

float

To

public abstract Tick To { get; }

Property Value

Tick