BehaviorTreeTransitionPill.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeTransitionPill.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorTreeTransitionPill
Section titled “Type: BehaviorTreeTransitionPill”Original lines: 459-621
Declaration hash: sha256:408472e96507e1ee460feada3f365c8c0c5c19fbc274e75827cd33c5bb2264ca
public sealed class BehaviorTreeTransitionPill : VisualElement{}Field: FiredSuffix
Section titled “Field: FiredSuffix”Original lines: 463
Declaration hash: sha256:4c4678794ac2e507dfefecd67712951f8ae5df58518fe0ba3fab41d60b74c18e
public const string FiredSuffix = "FIRED";Event: Clicked
Section titled “Event: Clicked”Original lines: 491
Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa
public event Action Clicked;Method: BehaviorTreeTransitionPill()
Section titled “Method: BehaviorTreeTransitionPill()”Original lines: 498-556
Declaration hash: sha256:6772bff62b9b7c55586340c06124acf3635e0ce317c136f0e3e235af92bf03f4
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
public void SetSummary(string summary, bool missingRequiredTrigger, string fullDetail);Method: SetFired(bool fired)
Section titled “Method: SetFired(bool fired)”Original lines: 576-581
Declaration hash: sha256:b0238d5a4d603d65d1214cad7b64e1f530c2aa742df65d48a5b1b643ed44f602
public void SetFired(bool fired);Method: SetSelected(bool selected)
Section titled “Method: SetSelected(bool selected)”Original lines: 584-589
Declaration hash: sha256:6883fdd4e16e920263b13be9b8d1fdc2fcedd6ae2709f3546e8def638f0a29b4
public void SetSelected(bool selected);