Reform
If you prefer a more technical reference, visit the NextText Javadoc.
|
Name |
Reform | |
|
Description |
A DForm which reverts TextObject to its original shape. Different ways of reforming the glyphs are provided, which given different visual effects. The current ActionResult returned specifies that a Reform action never terminates, it sends a true event once it's reformed. We probably want to change it so that it can terminate. If needs be, the Reform could be put into a Repeat behaviour. |
|
|
Usage |
TEST |
|
|
Constructor |
new Reform() new Reform(float speed, int style) |
|
|
Parameters |
speed : style : to : exponentialSpeed : linearSpeed : |
|
|
Methods |
behave(TextObjectGlyph to) getExponentialSpeed() getLinearSpeed() setExponentialSpeed(float exponentialSpeed) setLinearSpeed(float linearSpeed) setStyleExponential() setStyleLinear() |
|
|
Related |
TEST | |

