428

Creating interpolator behaviors
SwitchValueInterpolator class methods

  • SwitchValueInterpolator linearly interpolates a child index value from a starting index to an ending index

  • Methods on SwitchValueInterpolator set the value range and target
  • Sets the child choice in a Switch
  • Method
    SwitchValueInterpolator( Alpha alpha, Switch target )
    void setFirstChildIndex( int index )
    void setLastChildIndex( int index )
    void setTarget( Switch target )

  • (Whew! That's all of the simple interplators)