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

BehaviorTreePendingRequestRow.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:d0c446ae9f286089ada6fd3fe65de291d41e2474bf00b2fd0b78880a32d7d07c

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

Original lines: 40-63

Declaration hash: sha256:72f6b711a7ac5b6a6b527bac96ff4c60a2227faa487c520921de6ddf6b0c0d88

C#
public readonly struct BehaviorTreePendingRequestRow
{
}

Method: BehaviorTreePendingRequestRow(string kindText, string labelText, string valueText, string tooltip)

Section titled “Method: BehaviorTreePendingRequestRow(string kindText, string labelText, string valueText, string tooltip)”

Original lines: 47-53

Declaration hash: sha256:d06e29c2319d2c08bb6147c55a7911fa8d7a03616886f448df85111f58a02a15

C#
public BehaviorTreePendingRequestRow(string kindText, string labelText, string valueText, string tooltip);

Original lines: 56

Declaration hash: sha256:8826692d032f5150ffe0344599f7da938c5c63414a07c51918195759910618bc

C#
public string KindText { get; }

Original lines: 58

Declaration hash: sha256:f6dc9d696909fa421ce07ec4c15f845c2d024322c08f85fdd5595195d3809ad7

C#
public string LabelText { get; }

Original lines: 60

Declaration hash: sha256:f7a4dcdfb55c1761ec3d4fcbb8bcf0aff7367fd0302fffd1d438222644d7c88c

C#
public string ValueText { get; }

Original lines: 62

Declaration hash: sha256:deca9da74cf65b852c18e2e1b297d7358e986f48a20ff31247d3de5a727d740b

C#
public string Tooltip { get; }
Full-size image