Enum CanvasManipulator
The current Canvas manipulator for the primary pointer.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum CanvasManipulator
Fields
| Name | Description |
|---|---|
| None | The pointer has no manipulator when no modifier is pressed. |
| Pan | The pointer is used to pan into the Canvas when no modifier is pressed. |
| Zoom | The pointer is used to zoom into the Canvas when no modifier is pressed. |