Set alignment of cursor quad
<node3d:canvas>.setCursorAlignment( | |
mode | |
) |
Mode | Description |
viz.ALIGN_LEFT_TOP | Align to the top left corner. |
viz.ALIGN_LEFT_CENTER | Align to the center left edge. |
viz.ALIGN_LEFT_BOTTOM | Align to the bottom left corner. |
viz.ALIGN_CENTER_TOP | Align to the top center edge. |
viz.ALIGN_CENTER | Align to the center. |
viz.ALIGN_CENTER_BOTTOM | Align to the bottom center edge. |
viz.ALIGN_RIGHT_TOP | Align to the top right corner. |
viz.ALIGN_RIGHT_CENTER | Align to the center right edge. |
viz.ALIGN_RIGHT_BOTTOM | Align to the bottom right corner. |