Click or drag to resize

MovementInterpolator Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Ingame.InterpolationMovementInterpolator

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public class MovementInterpolator

The MovementInterpolator type exposes the following members.

Constructors
  NameDescription
Public methodMovementInterpolator(Vector3)
Initializes a new instance of the MovementInterpolator class
Public methodMovementInterpolator(MovementInterpolator, Vector3)
Initializes a new instance of the MovementInterpolator class
Top
Properties
Methods
  NameDescription
Public methodMove
Public methodPredict
Predict the position and velocity at the specified time
Public methodReset
Top
See Also