public static FlipLayoutOnAxis ( |
||
rect | The RectTransform to flip. | |
axis | int | The axis to flip along. 0 is horizontal and 1 is vertical. |
keepPositioning | bool | Flips around the pivot if true. Flips within the parent rect if false. |
recursive | bool | Flip the children as well? |
Résultat | void |