mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
AIWheeledVehicleControllerData wipwork
This commit is contained in:
parent
d0b0070ec7
commit
1fad2c7372
4 changed files with 171 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue