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

BehaviorTreeTransitionPill.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeTransitionPill.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/BehaviorTreeTransitionPill.cs

Source file hash: sha256:9944dbe386845f0932d07eec0bc194687c1c2e94f14ddb2dc3e0f4a9ce043e14

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

Original lines: 459-621

Declaration hash: sha256:408472e96507e1ee460feada3f365c8c0c5c19fbc274e75827cd33c5bb2264ca

C#
public sealed class BehaviorTreeTransitionPill : VisualElement
{
}

Original lines: 463

Declaration hash: sha256:4c4678794ac2e507dfefecd67712951f8ae5df58518fe0ba3fab41d60b74c18e

C#
public const string FiredSuffix = "FIRED";

Original lines: 491

Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa

C#
public event Action Clicked;

Original lines: 498-556

Declaration hash: sha256:6772bff62b9b7c55586340c06124acf3635e0ce317c136f0e3e235af92bf03f4

C#
public BehaviorTreeTransitionPill();

Method: SetSummary(string summary, bool missingRequiredTrigger, string fullDetail)

Section titled “Method: SetSummary(string summary, bool missingRequiredTrigger, string fullDetail)”

Original lines: 562-573

Declaration hash: sha256:3af93ccb9139561b0760df3d3795e0efea842c7aa626177e6959a5eb45e6f584

C#
public void SetSummary(string summary, bool missingRequiredTrigger, string fullDetail);

Original lines: 576-581

Declaration hash: sha256:b0238d5a4d603d65d1214cad7b64e1f530c2aa742df65d48a5b1b643ed44f602

C#
public void SetFired(bool fired);

Original lines: 584-589

Declaration hash: sha256:6883fdd4e16e920263b13be9b8d1fdc2fcedd6ae2709f3546e8def638f0a29b4

C#
public void SetSelected(bool selected);
Full-size image