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
ToSnapshot
public NetickAllocator ToSnapshot
Field Value
Properties
Alpha
public abstract float Alpha { get; }
Property Value
From
public abstract Tick From { get; }
Property Value
HasSnapshots
public abstract bool HasSnapshots { get; }
Property Value
Time
public abstract float Time { get; }
Property Value
To
public abstract Tick To { get; }