MoveToPerfectSystem
Namespace: Murder.Systems
Assembly: Murder.dll
public class MoveToPerfectSystem : IFixedUpdateSystem, ISystem
Simple system for moving agents to another position. Looks for 'MoveTo' components and adds agent inpulses to it.
Implements: IFixedUpdateSystem, ISystem
⭐ Constructors
public MoveToPerfectSystem()
⭐ Methods
FixedUpdate(Context)
public virtual void FixedUpdate(Context context)
Parameters
context
Context
⚡