C++
virtual bool setWalkSpeed( double speed ) = 0;
Description
Set the speed factor for the "walk" tool. The factor should be in range of 0.1-100.
Returns true if successful.
Parameters
Parameters | Description |
---|---|
speed | Input the new walk speed |
virtual bool setWalkSpeed( double speed ) = 0;
Set the speed factor for the "walk" tool. The factor should be in range of 0.1-100.
Returns true if successful.
Parameters | Description |
---|---|
speed | Input the new walk speed |