You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public struct PredictionSwitchingSettings : IComponentData
{
public Entity Player;
public float PlayerSpeed;
public float TransitionDurationSeconds;
public float PredictionSwitchingRadius;
/// <summary>The margin must be large enough that moving from predicted time to interpolated time does not move the ghost back into the prediction sphere.</summary>