Class Movement_Agent
- Namespace
- AO
- Assembly
- CoreAssembly.dll
public class Movement_Agent : Component
- Inheritance
-
Movement_Agent
- Inherited Members
- Extension Methods
Fields
CustomVelocityCallback
public Func<Movement_Agent, Vector2, Vector2, float, Vector2> CustomVelocityCallback
Field Value
Properties
Acceleration
public Vector2 Acceleration { get; set; }
Property Value
ClientsidePrediction
public bool ClientsidePrediction { get; set; }
Property Value
Friction
public float Friction { get; set; }
Property Value
Impulse
public Vector2 Impulse { get; set; }
Property Value
InputThisFrame
public Vector2 InputThisFrame { get; set; }
Property Value
LockToNavmesh
public bool LockToNavmesh { get; set; }
Property Value
NavmeshToLockTo
public Navmesh NavmeshToLockTo { get; set; }
Property Value
Velocity
public Vector2 Velocity { get; set; }
Property Value
Methods
CallCustomVelocityCallback(Vector2, Vector2, float)
public Vector2 CallCustomVelocityCallback(Vector2 currentVelocity, Vector2 inputs, float dt)