AIWheeledVehicleControllerData wipwork

This commit is contained in:
AzaezelX 2025-04-17 20:01:36 -05:00
parent d0b0070ec7
commit 1fad2c7372
4 changed files with 171 additions and 1 deletions

View file

@ -146,6 +146,7 @@ public:
bool onAdd() override;
void onRemove() override;
Point2F getSteering() { return mSteering; };
/// Interpolates between move ticks @see processTick
/// @param dt Change in time between the last call and this call to the function
void advanceTime(F32 dt) override;