BasicStateModifyMotionT Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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