SurfaceUpdaterUpdateReferences Method |
Updates all evaluator references using the provided group.
Namespace:
AGI.Foundation.Platforms.Advanced
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void UpdateReferences(
EvaluatorGroup group
)
Public Sub UpdateReferences (
group As EvaluatorGroup
)
public:
void UpdateReferences(
EvaluatorGroup^ group
)
member UpdateReferences :
group : EvaluatorGroup -> unit
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group from which to receive updated evaluators.
See Also