IAdjustableState Methods |
The IAdjustableState type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddStateElementMotion<T> |
Adds a Motion{T} element to this state. Calling code is responsible for ensuring
that the motion is of a type that this state can store.
|
![]() | AddStateElementValue<T> |
Adds an element to this state. Calling code is responsible for ensuring
that the value is of a type that this state can store.
|
![]() | Clone |
Clones this object using the specified context.
(Inherited from ICloneWithContext.) |
![]() | GetMotion<T> |
Returns the Motion<T> of the requested elementIdentification.
(Inherited from ITimeBasedState.) |
![]() | GetValue<T> |
Returns the requested value of the requested element.
(Inherited from ITimeBasedState.) |
![]() | ModifyMotion<T> |
Modifies this instance of ITimeBasedState with the Motion<T> of the
specified elementIdentification updated.
(Inherited from ITimeBasedState.) |
![]() | ModifyValue<T> | (Inherited from ITimeBasedState.) |
![]() | RemoveStateElement |
Removes the specified element and its data from this state.
|