ITimeBasedStateModifyMotionT Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax void ModifyMotion<T>(
string elementIdentification,
Motion<T> newValue
)
Sub ModifyMotion(Of T) (
elementIdentification As String,
newValue As Motion(Of T)
)
generic<typename T>
void ModifyMotion(
String^ elementIdentification,
Motion<T> newValue
)
abstract ModifyMotion :
elementIdentification : string *
newValue : Motion<'T> -> unit
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