Class RemoteInterpolation
- Namespace
- Netick
- Assembly
- Netick.dll
A class representing the remote interpolation of this instance NetickEngine. This should be used whenever you want to use Remote Timeline on the client.
public sealed class RemoteInterpolation : Interpolation
- Inheritance
-
RemoteInterpolation
- Inherited Members
Properties
Alpha
public override float Alpha { get; }
Property Value
BufferTime
public float BufferTime { get; }
Property Value
From
public override Tick From { get; }
Property Value
HasSnapshots
public override bool HasSnapshots { get; }
Property Value
Time
Time in seconds.
public override float Time { get; }
Property Value
To
public override Tick To { get; }
Property Value
Methods
Reset()
public void Reset()