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

ContextualHelpEvent.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/ContextualHelpEvent.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/Controls/ContextualHelpEvent.cs

Source file hash: sha256:d6cc11dd7245fca99a5c25c903a777b186126f3cea451c324de1098300bdde2b

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 12-53

Declaration hash: sha256:facc2e66f33df029b44fa57f4b8b8836fc766ab88b63da8469fab0e9220a0006

C#
public sealed class ContextualHelpEvent : EventBase<ContextualHelpEvent>
{
}

Original lines: 15

Declaration hash: sha256:8ee51c9e9bbf95a73da9431242bf175ffbca06d621ec7b12f44d8019ab32a1a8

C#
public VisualElement Source { get; }

Original lines: 18

Declaration hash: sha256:ecd599cb396913063a0087090063642f7750f065ec933c5a55129a5f754da2cc

C#
public string Message { get; }

Method: Publish(VisualElement source, string message)

Section titled “Method: Publish(VisualElement source, string message)”

Original lines: 21-25

Declaration hash: sha256:8794d7c5bf246719f251eb7c4d1d81e5af2ce8874e6953b04509e2c256874f94

C#
public static void Publish(VisualElement source, string message);

Original lines: 46-52

Declaration hash: sha256:9b9a2ee35f43645a7b052864e8a6a3a1ec0e717e0de2f4539dd1138142e19ed7

C#
protected override void Init();
Full-size image