Click or drag to resize

CesiumGeneratorContext.AddChildGenerator Method

Adds a Cesium generator for a property.

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

Parameters

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