Click or drag to resize

SurfaceUpdater Constructor

Creates a new instance using the provided SurfaceGraphics and EvaluatorGroup

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SurfaceUpdater(
	SurfaceGraphics surfaceGraphics,
	EvaluatorGroup group
)

Parameters

surfaceGraphics
Type: AGI.Foundation.Platforms.SurfaceGraphics
The surface parameters.
group
Type: AGI.Foundation.EvaluatorGroup
The group in which to create evaluators
See Also