Click or drag to resize

FieldOfViewCesiumSourceCreateGenerators Method (CesiumGeneratorContext, Object)

Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.

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 override void CreateGenerators(
	CesiumGeneratorContext context,
	Object item
)

Parameters

context
Type: AGI.Foundation.Cesium.AdvancedCesiumGeneratorContext
The context to which to add the generators.
item
Type: SystemObject
The item for which to produce generators.
See Also