CachingMotionEvaluatorT Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CachingMotionEvaluator(
MotionEvaluator<T> evaluator
)
Public Sub New (
evaluator As MotionEvaluator(Of T)
)
public:
CachingMotionEvaluator(
MotionEvaluator<T>^ evaluator
)
new :
evaluator : MotionEvaluator<'T> -> CachingMotionEvaluator
Parameters
- evaluator
- Type: AGI.FoundationMotionEvaluatorT
The evaluator to be wrapped.
See Also