Mirror Networking
Mirror.SnapshotInterpolation Member List

This is the complete list of members for Mirror.SnapshotInterpolation, including all inherited members.

DynamicAdjustment(double sendInterval, double jitterStandardDeviation, double dynamicAdjustmentTolerance) (defined in Mirror.SnapshotInterpolation)Mirror.SnapshotInterpolationstatic
Insert< T >(SortedList< double, T > buffer, T snapshot, ref double localTimeline, ref double localTimescale, float sendInterval, double bufferTime, double catchupSpeed, double slowdownSpeed, ref ExponentialMovingAverage driftEma, float catchupNegativeThreshold, float catchupPositiveThreshold, ref ExponentialMovingAverage deliveryTimeEma) (defined in Mirror.SnapshotInterpolation)Mirror.SnapshotInterpolationstatic
Sample< T >(SortedList< double, T > buffer, double localTimeline, out int from, out int to, out double t) (defined in Mirror.SnapshotInterpolation)Mirror.SnapshotInterpolationstatic
Step< T >(SortedList< double, T > buffer, double deltaTime, ref double localTimeline, double localTimescale, Func< T, T, double, T > Interpolate, out T computed) (defined in Mirror.SnapshotInterpolation)Mirror.SnapshotInterpolationstatic
Timescale(double drift, double catchupSpeed, double slowdownSpeed, double catchupNegativeThreshold, double catchupPositiveThreshold) (defined in Mirror.SnapshotInterpolation)Mirror.SnapshotInterpolationstatic