SceneManagerRefreshEvaluators Method |
Refreshes all evaluators used internally by Insight3D. It is necessary to call this method after making
changes to definitional objects used by Insight3D in order for those changes to be reflected in the
rendered scenes. For more information on evaluators, see the overview topic on
Evaluators and Evaluator Groups topic.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static void RefreshEvaluators()
Public Shared Sub RefreshEvaluators
public:
static void RefreshEvaluators()
static member RefreshEvaluators : unit -> unit
See Also