This commit is contained in:
Wojtek Figat
2024-03-31 00:03:45 +01:00
parent fb0d70d555
commit d12630d815

View File

@@ -81,7 +81,7 @@ public:
/// Sets the agent current velocity (direction * speed).
/// </summary>
/// <param name="id">The agent ID.</param>
/// <param name="position">The agent velocity (direction * speed).</param>
/// <param name="velocity">The agent velocity (direction * speed).</param>
API_FUNCTION() void SetAgentVelocity(int32 id, const Vector3& velocity);
/// <summary>