Public Member Functions | |
| void | add (ContorterFunc func) |
| Add a contorter function. | |
| void | empty () |
| Delete the contorters list and reset it. | |
| void | eval (inout float x, inout float y) |
| Apply each contorter in order of addition. | |
Public Attributes | |
| ContorterFunc[] | contorters |
| The list of contorting delegates, appended to by add. | |
|
|
The list of contorting delegates, appended to by add. These are applied in the given order. You can modify this array however you want. |
1.3.2