Click or drag to resize

CachingMotionEvaluator<T> Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public CachingMotionEvaluator(
	MotionEvaluator<T> evaluator
)

Parameters

evaluator
Type: AGI.Foundation.MotionEvaluator<T>
The evaluator to be wrapped.
See Also