Click or drag to resize

SolidUpdater Constructor

Creates a new instance using the provided SolidGraphics 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 SolidUpdater(
	SolidGraphics solidGraphics,
	EvaluatorGroup group
)

Parameters

solidGraphics
Type: AGI.Foundation.PlatformsSolidGraphics
The solid parameters.
group
Type: AGI.FoundationEvaluatorGroup
The group in which to create evaluators
See Also