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

BlackboardObjectReferenceField.cs declarations

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

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/Blackboard/BlackboardObjectReferenceField.cs

Source file hash: sha256:d4f854df36f8a5028a0ebd9f9848a927e60d1891941db9f471377e5c962cab5b

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

Original lines: 27-426

Declaration hash: sha256:569094d83439333d0a9c769ef6e1442b1b0d95d4b968217e8f2abf3f64082880

C#
public sealed class BlackboardObjectReferenceField : VisualElement
{
}

Method: BlackboardObjectReferenceField(BehaviorDeclaredValueKind kind, Type declaredType, string payload, Action<string> commit, BlackboardValueEditorHost host)

Section titled “Method: BlackboardObjectReferenceField(BehaviorDeclaredValueKind kind, Type declaredType, string payload, Action<string> commit, BlackboardValueEditorHost host)”

Original lines: 45-67

Declaration hash: sha256:19306bec61e83193e29886bd9a5f0fb98eacd4a3b4334a2240554a704edcb269

C#
public BlackboardObjectReferenceField(BehaviorDeclaredValueKind kind, Type declaredType, string payload, Action<string> commit, BlackboardValueEditorHost host);

Original lines: 74

Declaration hash: sha256:5af2ca01624277951287e82fbfd77d1585c0bf44f189bca81c46de2b48220dba

C#
public bool IsRefusing { get; }

Original lines: 77-85

Declaration hash: sha256:d5a600ed7207c89e6a212f65a4f8f52227fcebde3800039cff08d641387e5c83

C#
public bool IsMissing { get; }

Original lines: 93-126

Declaration hash: sha256:418a5595fc657b64e5917f8089155d97a29c6ecfcc0bbe814204481308271714

C#
public bool TryAssignObject(UnityEngine.Object candidate);

Original lines: 129-133

Declaration hash: sha256:08159e4bfaf912d6868b1878ae1f1ad330e781f0cddd81ee54f52a4609f092ed

C#
public void SetToNone();
Full-size image