Struct AgentOffMeshLinkLocalAvoidanceDisabled Extends IComponentData, IEnableableComponent
Public
Component which is enabled when the agent is traversing an off-mesh link, and the local avoidance logic should be disabled.
You can toggle this using AgentOffMeshLinkTraversalContext.DisableLocalAvoidance.
This component is added to the agent when it starts traversing an off-mesh link. The enabled/disabled state is managed by JobManagedOffMeshLinkTransition.