Click or drag to resize

CesiumSourceCreateGeneratorsT Method (CesiumGeneratorContext, IEnumerableT)

Creates zero or more CesiumGenerator instances for the specified items 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 void CreateGenerators<T>(
	CesiumGeneratorContext context,
	IEnumerable<T> items
)

Parameters

context
Type: AGI.Foundation.Cesium.AdvancedCesiumGeneratorContext
The context to which to add the generators.
items
Type: System.Collections.GenericIEnumerableT
The items for which to produce generators.

Type Parameters

T
The type of items.
See Also