Call this function to get the next frame for a dynamic object. This function is probably only useful if overriding TA::DynamicObject::Update. It is provided mostly for internal use.
The next frame is set in a call to TA::DynamicObject::ApplyVelocityToNextFrame. This is usually done in TA::DynamicObject::Update which is called from TA::Physics::Update. |