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: 24.1.418.0 (24.1.418.0)
Syntax
public SurfaceUpdater(
	SurfaceGraphics surfaceGraphics,
	EvaluatorGroup group
)

Parameters

surfaceGraphics
Type: AGI.Foundation.PlatformsSurfaceGraphics
The surface parameters.
group
Type: AGI.FoundationEvaluatorGroup
The group in which to create evaluators
See Also