Click or drag to resize

ParameterizedMotionEvaluatorWithDerivativeType1TParameter1, TResult, TResultDerivativeSetValues Method

Sets the values of each parameter for this parameterized evaluator.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetValues(
	TParameter1 parameter1
)

Parameters

parameter1
Type: TParameter1
The value of the first parameter.
See Also