Struct DestinationMoveInCircleSystem Extends ISystem
Public
System that updates the destination of agents with a DestinationMoveInCircle component.
Every frame, the calculated destination will be copied to the DestinationPoint.destination field of the agent.
See