Share

AcEdSteeringWheel::setWalkSpeed Method

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

Links

AcEdSteeringWheel Class

Was this information helpful?