Click or drag to resize

ITimeBasedState.ModifyMotion<T> Method

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
void ModifyMotion<T>(
	string elementIdentification,
	Motion<T> newValue
)

Parameters

elementIdentification
Type: System.String
The name of the element to change.
newValue
Type: AGI.Foundation.Motion<T>
The new values for the elementIdentification.

Type Parameters

T
The type that the Motion<T> described by the elementIdentification is.
See Also