ConstantGraphicsParameterTGetEvaluator Method |
Gets an
EvaluatorT which always returns
Value as the time this method was called.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Evaluator<T> GetEvaluator(
EvaluatorGroup group
)
Public Overrides Function GetEvaluator (
group As EvaluatorGroup
) As Evaluator(Of T)
public:
virtual Evaluator<T>^ GetEvaluator(
EvaluatorGroup^ group
) override
abstract GetEvaluator :
group : EvaluatorGroup -> Evaluator<'T>
override GetEvaluator :
group : EvaluatorGroup -> Evaluator<'T>
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group in which to create the evaluator.
Return Value
Type:
EvaluatorTAn
EvaluatorT which always returns
the value of
ValueSee Also