class in UnityEditor.Experimental.UIElements.GraphView
/
Inherits from:Experimental.UIElements.Manipulator
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseManipulator that allows zooming in GraphView.
DefaultMaxScale | Default max zoom level. |
DefaultMinScale | Default min zoom level. |
DefaultReferenceScale | Default reference zoom level. |
DefaultScaleStep | Default zoom step. |
keepPixelCacheOnZoom | Optimization option to keep the old pixel cache while zooming and only updating it when zooming is finished (based on a timer). |
maxScale | Max zoom level. |
minScale | Min zoom level. |
referenceScale | Reference zoom level. |
scaleStep | Zoom step: percentage of variation between a zoom level and the next. For example, with a value of 0.15, which represents 15%, a zoom level of 200% will become 230% when zooming in. |
ContentZoomer | ContentZoomer constructor. |
RegisterCallbacksOnTarget | Called to register click event callbacks on the target element. |
UnregisterCallbacksFromTarget | Called to unregister event callbacks from the target element. |
target | The element that handles the interaction. |