IAdjustableState Methods | 
The IAdjustableState type exposes the following members.
| Name | Description | |
|---|---|---|
| AddStateElementMotionT | 
            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.
              | |
| AddStateElementValueT | 
            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.) | |
| GetMotionT | 
            Returns the MotionT of the requested elementIdentification.
              (Inherited from ITimeBasedState.) | |
| GetValueT | 
            Returns the requested value of the requested element.
              (Inherited from ITimeBasedState.) | |
| ModifyMotionT | 
            Modifies this instance of ITimeBasedState with the MotionT of the
            specified elementIdentification updated.
              (Inherited from ITimeBasedState.) | |
| ModifyValueT | (Inherited from ITimeBasedState.) | |
| RemoveStateElement | 
            Removes the specified element and its data from this state.
              |