Overload List
| Name | Description | |
|---|---|---|
| PushOntoLeft(ITransform2D) | Composes the LeftSide transform into this composed transform on the left. The transform is added to the sequence by copy. | |
| PushOntoLeft(ITransform2D, Boolean) | Composes the LeftSide transform into this composed transform on the left. If Copy is True, the transform is added to the sequence by value, otherwise it's added by reference. Note that this will increase the index of all contained transforms by one. |
See Also