GuardRingElement.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/GuardRingElement.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/GuardRingElement.cs
Source file hash: sha256:a5c51320e48d6a44ce20150d68cf0425a1f09117af2d15dcaf0b56f758d76758
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GuardRingElement
Section titled “Type: GuardRingElement”Original lines: 24-183
Declaration hash: sha256:9af6b70c769d97781ebbdf0727fe1c0e2d7debe27cdf56331ab6d0f2bef1165b
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public sealed class GuardRingElement : VisualElement{}Property: State
Section titled “Property: State”Original lines: 47-58
Declaration hash: sha256:fa0857e4047931c9d6936c7456ec260b118c9dbd48e2ab6e59dcec07149d119c
public PortGuardState State { get; set; }Method: GuardRingElement(PortGuardState state)
Section titled “Method: GuardRingElement(PortGuardState state)”Original lines: 65-74
Declaration hash: sha256:eec9375603bec3f332da57cd6502203b8dd783d1a00a2d665e281abbf7bfcdcb
public GuardRingElement(PortGuardState state);