Click or drag to resize

IAdjustableState Methods

The IAdjustableState type exposes the following members.

Methods
  NameDescription
Public methodAddStateElementMotionT
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.
Public methodAddStateElementValueT
Adds an element to this state. Calling code is responsible for ensuring that the value is of a type that this state can store.
Public methodClone
Clones this object using the specified context.
(Inherited from ICloneWithContext.)
Public methodGetMotionT (Inherited from ITimeBasedState.)
Public methodGetValueT
Returns the requested value of the requested element.
(Inherited from ITimeBasedState.)
Public methodModifyMotionT (Inherited from ITimeBasedState.)
Public methodModifyValueT
Modifies the elementIdentification in this instance of ITimeBasedState with the newValue.
(Inherited from ITimeBasedState.)
Public methodRemoveStateElement
Removes the specified element and its data from this state.
Top
See Also