Click or drag to resize

NumericalPropagatorAdapterHelperAdaptersForAllNumericalPropagatedSegments Property

Gets the default list of all of the possible state element adapters. If you are propagating your own elements in a state and have made your own custom adapters, you can add those factories to this list so all of the segments that leverage this helper type will have the needed adapters.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static IDictionary<Type, CreateAdapterCallback> AdaptersForAllNumericalPropagatedSegments { get; }

Property Value

Type: IDictionaryType, CreateAdapterCallback
See Also