ZoomHud.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/ZoomHud.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/ZoomHud.cs
Source file hash: sha256:8269a224d84f9fdd0108edd5341f4157b3cf1c7c03a98e8479e4b00b5f39e242
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ZoomHud
Section titled “Type: ZoomHud”Original lines: 44-116
Declaration hash: sha256:1a6c77540ec652212f61efd6d4f81ba5e70c5d34a223dd1b46891774b93e3f75
public sealed class ZoomHud : VisualElement{}Event: OnZoomMenuRequested
Section titled “Event: OnZoomMenuRequested”Original lines: 60
Declaration hash: sha256:e53ebedd5139068de6c01e168ead21b7d3ff42e13061f771354e898a005cb1cd
public event Action OnZoomMenuRequested;Property: Zoom
Section titled “Property: Zoom”Original lines: 67-75
Declaration hash: sha256:c2df7a629476ef897486404598c3a6361801d0550201747b6d15d0a7f0ea5e18
public float Zoom { get; set; }Method: ZoomHud()
Section titled “Method: ZoomHud()”Original lines: 85-102
Declaration hash: sha256:999d5029e53a36b27733fab7e3d76a049a0a54ac5e9f3ceddacb14879b32ae1b
public ZoomHud();