Overload List
| Name | Description | |
|---|---|---|
| PushOntoRight(ITransform2D) | Composes the RightSide transform into this composed transform on the right. The transform is added to the sequence by copy. | |
| PushOntoRight(ITransform2D, Boolean) | Composes the RightSide transform into this composed transform on the right. If Copy is True, the transform is added to the sequence by value, otherwise it's added by reference. |
See Also