Click or drag to resize

ReferenceFrameVisualizerCreateEvaluators Method

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override void CreateEvaluators(
	IEnumerable<IServiceProvider> serviceProviders,
	EvaluatorGroup group
)

Parameters

serviceProviders
Type: System.Collections.GenericIEnumerableIServiceProvider
The list of service providers being visualized.
group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup in which evaluators should be created.
See Also