Click or drag to resize

DelegateOnStateValueDefinitionT Constructor (ComputeValueFromStateT, ValueDefinitionITimeBasedState)

Initialize a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DelegateOnStateValueDefinition(
	ComputeValueFromState<T> callback,
	ValueDefinition<ITimeBasedState> state
)

Parameters

callback
Type: AGI.Foundation.GeometryComputeValueFromStateT
The callback that computes the returned value.
state
Type: AGI.Foundation.InfrastructureValueDefinitionITimeBasedState
The state to compute the value from.
See Also