Click or drag to resize

CesiumGeneratorContextAddChildGenerator Method

Adds a Cesium generator for a property.

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddChildGenerator(
	CesiumGenerator childGenerator
)

Parameters

childGenerator
Type: AGI.Foundation.Cesium.AdvancedCesiumGenerator
The generator responsible for generating the property.
See Also