This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:concept:transform-sorting [2024/02/24 15:02] – created yussuna | en:concept:transform-sorting [2024/02/24 15:58] (current) – [Transforms] yussuna | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Transforms ===== | ===== Transforms ===== | ||
| - | + | Transform is a tool to edit the element with Inspector.\\ There are many ways to edit:\\ | |
| + | * **Translation**: | ||
| + | * X: horizontal move | ||
| + | * Y: vertical move | ||
| + | * Z: depth move | ||
| + | * **Rotation**: | ||
| + | * X: rotation in X axis | ||
| + | * Y: rotation in Y axis | ||
| + | * Z: rotation in Z axis (this one is more noticeable change) | ||
| + | * **Scale**: you can change element size | ||
| + | * X: change horizontal size | ||
| + | * Y: change vertical size | ||
| ===== Sorting ===== | ===== Sorting ===== | ||
| Sorting is a way to set which element is higher or lower as you can do in layers in drawings Softwares.\\ | Sorting is a way to set which element is higher or lower as you can do in layers in drawings Softwares.\\ | ||
| - | Lower sorting value is, higher layer pos | + | Lower sorting value is, higher layer position is.\\ \\ |
| - | + | ||
| - | The sorting index of the Node, smaller (and negative) numbers are closer to the camera, while bigger numbers are further away. | + | |
| + | If theres a element A with sorting value C, and element B with sorting value D. If value C is lower than D, then element A is higher layer position than element B. | ||