AgentMoveToSystem
Namespace: Murder.Systems.Agents
Assembly: Murder.dll
public class AgentMoveToSystem : 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 AgentMoveToSystem()
⭐ Methods
FixedUpdate(Context)
public virtual void FixedUpdate(Context context)
Parameters
context
Context
⚡