Click or drag to resize

CruiseBehavior Constructor (TerrainProvider)

Initializes a new instance. TimeConstant will be set to 1 second.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CruiseBehavior(
	TerrainProvider heightReferenceSurface
)

Parameters

heightReferenceSurface
Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which the Altitude is defined.
See Also