Gets or sets the max delay between each walk.

Namespace: BaseLib.Impl.Behaviours
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public double MaxDelay { get; set; }

Field Value

The max delay, in seconds. Default 120.

See Also