Struct SwitchPredictionSmoothingSystem
System that manage the prediction transition for all ghost that present a SwitchPredictionSmoothing components.
The system applying a visual smoohting to the ghost, by modifying the entity LocalToWorld matrix. When the transition is completed, the system removes the SwitchPredictionSmoothing component.
Implements
Inherited Members
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.ClientSimulation, WorldSystemFilterFlags.Default)]
[UpdateInGroup(typeof(TransformSystemGroup))]
[UpdateBefore(typeof(LocalToWorldSystem))]
[BurstCompile]
public struct SwitchPredictionSmoothingSystem : ISystem