| IPhysicalEntityControllerAdjustSpeed_mps Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Adjust to the specified speed based on the entities acceleration/deceleration rate
Namespace:
BSI.MACE.AI
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax bool AdjustSpeed_mps(
double newSpeed,
bool currentLegOnly = false
)
Function AdjustSpeed_mps (
newSpeed As Double,
Optional currentLegOnly As Boolean = false
) As Boolean
Parameters
- newSpeed
- Type: SystemDouble
The new speed to adjust to in meters per second - currentLegOnly (Optional)
- Type: SystemBoolean
Optionally apply to this leg only
Return Value
Type:
BooleanTrue if the adjustment was made, False if the entity is unable to adjust to the new speed
See Also