|
Call this function do disable or enable the calling of TA::DynamicObject::Update from inside TA::Physics::Update. Some times the user may wish to do there own update out side of TA::Physics::Update. It is also possible to override TA::DynamicObject::Update when inheriting from TA::DynamicObject. - See also:
- TA::DynamicObject::UpdateDisabled, TA::DynamicObject::Update
- Parameters:
-
| bValue |
| | true to disable Update , false to enable Update . |
|