Kanda Interactions 0.7.1
Loading...
Searching...
No Matches
Kanda.Interactions.Fundamental.Move.Systems Namespace Reference

Classes

struct  LocalMovableSystem
 Processes Movable entities without GhostInstances in the client simulation. Updates local entity positions and rotations using UpdateSimpleMovablesJob for basic movement and UpdateSmoothMovablesJob for smoothed movement. Handles non-networked entities only. More...
 
struct  MovablePredictionSmoothingSystem
 This system registers the MovableSmoothing prediction smoothing action, making server reconciliation appear more graceful when the client has misprediction of entity movement. More...
 
class  MovableSmoothing
 Smooth out misprediction for movement by lerping towards the target.
 
struct  PredictedMovableSystem
 Handles predicted ghost entities with Movable components in client and server simulations. Updates networked entity positions and rotations by processing MovableInput from ghost owners, then applying movement via UpdateSimpleMovablesJob or UpdateSmoothMovablesJob. More...