Struct AgentSteeringSystem
System that steers agent towards destination.
Implements
ISystem
ISystemCompilerGenerated
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
[BurstCompile]
[UpdateInGroup(typeof(AgentSteeringSystemGroup))]
[Obsolete("AgentSteeringSystem is deprecated, please use AgentSeekingSystem!", false)]
public struct AgentSteeringSystem : ISystem, ISystemCompilerGenerated
Methods
OnCreateForCompiler(ref SystemState)
Generated by compilation pipeline and used internally.
Declaration
public void OnCreateForCompiler(ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state | The Unity.Entities.SystemState backing this system instance |
Implements
Unity.Entities.ISystem
Unity.Entities.ISystemCompilerGenerated