GuardShieldElement.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/GuardShieldElement.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/GuardShieldElement.cs
Source file hash: sha256:8f68771dea4a4692a632a289378551a616e15c6c6ba528090f817a8dcc6aedca
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GuardShieldElement
Section titled “Type: GuardShieldElement”Original lines: 24-214
Declaration hash: sha256:6f5447646f47da1d545895207d41efee0c48ad1b658d20cb74d1ccdbf13ec30d
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public sealed class GuardShieldElement : VisualElement{}Event: Clicked
Section titled “Event: Clicked”Original lines: 45
Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa
public event Action Clicked;Property: State
Section titled “Property: State”Original lines: 52-64
Declaration hash: sha256:fa0857e4047931c9d6936c7456ec260b118c9dbd48e2ab6e59dcec07149d119c
public PortGuardState State { get; set; }Method: GuardShieldElement(PortGuardState state)
Section titled “Method: GuardShieldElement(PortGuardState state)”Original lines: 71-83
Declaration hash: sha256:fb0500fec8dfcda12ed2d2727d9772c38afb479688f641a12232fa797795fb1d
public GuardShieldElement(PortGuardState state);