Table of Contents

Class LocalInterpolation

Namespace
Netick
Assembly
Netick.dll

A class representing the local interpolation of this instance NetickEngine. This should be used whenever you want to use Predicted Timeline on the client.

public sealed class LocalInterpolation : Interpolation
Inheritance
LocalInterpolation
Inherited Members

Constructors

LocalInterpolation(NetickEngine)

public LocalInterpolation(NetickEngine sandbox)

Parameters

sandbox NetickEngine

Properties

Alpha

public override float Alpha { get; }

Property Value

float

From

public override Tick From { get; }

Property Value

Tick

HasSnapshots

public override bool HasSnapshots { get; }

Property Value

bool

Time

Time in seconds.

public override float Time { get; }

Property Value

float

To

public override Tick To { get; }

Property Value

Tick