Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

GuardShieldElement.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/GuardShieldElement.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 24-214

Declaration hash: sha256:6f5447646f47da1d545895207d41efee0c48ad1b658d20cb74d1ccdbf13ec30d

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public sealed class GuardShieldElement : VisualElement
{
}

Original lines: 45

Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa

C#
public event Action Clicked;

Original lines: 52-64

Declaration hash: sha256:fa0857e4047931c9d6936c7456ec260b118c9dbd48e2ab6e59dcec07149d119c

C#
public PortGuardState State { get; set; }

Method: GuardShieldElement(PortGuardState state)

Section titled “Method: GuardShieldElement(PortGuardState state)”

Original lines: 71-83

Declaration hash: sha256:fb0500fec8dfcda12ed2d2727d9772c38afb479688f641a12232fa797795fb1d

C#
public GuardShieldElement(PortGuardState state);
Full-size image