BasicStateModifyMotionT Method  | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void ModifyMotion<T>(
	string elementIdentification,
	Motion<T> newValue
)
Public Sub ModifyMotion(Of T) ( 
	elementIdentification As String,
	newValue As Motion(Of T)
)
public:
generic<typename T>
virtual void ModifyMotion(
	String^ elementIdentification, 
	Motion<T> newValue
) sealed
abstract ModifyMotion : 
        elementIdentification : string * 
        newValue : Motion<'T> -> unit 
override 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.
 
Implements
ITimeBasedStateModifyMotionT(String, MotionT)
See Also