Click or drag to resize

ITimeBasedStateModifyMotionT Method

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

Parameters

elementIdentification
Type: SystemString
The name of the element to change.
newValue
Type: AGI.FoundationMotionT
The new values for the elementIdentification.

Type Parameters

T
The type that the MotionT described by the elementIdentification is.
See Also