Click or drag to resize

CesiumSource.CreateGenerators<T> Method (CesiumGeneratorContext, IEnumerable<T>)

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.3.420.0 (24.3.420.0)
Syntax
public void CreateGenerators<T>(
	CesiumGeneratorContext context,
	IEnumerable<T> items
)

Parameters

context
Type: AGI.Foundation.Cesium.Advanced.CesiumGeneratorContext
The context to which to add the generators.
items
Type: System.Collections.Generic.IEnumerable<T>
The items for which to produce generators.

Type Parameters

T
The type of items.
See Also