BehaviorTreePendingRequestRow.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreePendingRequestRow.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorTreePendingRequestRow
Section titled “Type: BehaviorTreePendingRequestRow”Original lines: 40-63
Declaration hash: sha256:72f6b711a7ac5b6a6b527bac96ff4c60a2227faa487c520921de6ddf6b0c0d88
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
public BehaviorTreePendingRequestRow(string kindText, string labelText, string valueText, string tooltip);Property: KindText
Section titled “Property: KindText”Original lines: 56
Declaration hash: sha256:8826692d032f5150ffe0344599f7da938c5c63414a07c51918195759910618bc
public string KindText { get; }Property: LabelText
Section titled “Property: LabelText”Original lines: 58
Declaration hash: sha256:f6dc9d696909fa421ce07ec4c15f845c2d024322c08f85fdd5595195d3809ad7
public string LabelText { get; }Property: ValueText
Section titled “Property: ValueText”Original lines: 60
Declaration hash: sha256:f7a4dcdfb55c1761ec3d4fcbb8bcf0aff7367fd0302fffd1d438222644d7c88c
public string ValueText { get; }Property: Tooltip
Section titled “Property: Tooltip”Original lines: 62
Declaration hash: sha256:deca9da74cf65b852c18e2e1b297d7358e986f48a20ff31247d3de5a727d740b
public string Tooltip { get; }