Speed Property

See Also Applies To Example Model

Sets or returns the object's speed (in distance/time step). Read/write Double.

Remarks

The Speed property determines how far a Bot moves when using the Step method.

Example

The following example sets the Speed property of two Bot objects.

Predator.Speed = 5.
Prey.Speed = 10.