BlackboardObjectReferenceField.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Blackboard/BlackboardObjectReferenceField.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BlackboardObjectReferenceField
Section titled “Type: BlackboardObjectReferenceField”Original lines: 27-426
Declaration hash: sha256:569094d83439333d0a9c769ef6e1442b1b0d95d4b968217e8f2abf3f64082880
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
public BlackboardObjectReferenceField(BehaviorDeclaredValueKind kind, Type declaredType, string payload, Action<string> commit, BlackboardValueEditorHost host);Property: IsRefusing
Section titled “Property: IsRefusing”Original lines: 74
Declaration hash: sha256:5af2ca01624277951287e82fbfd77d1585c0bf44f189bca81c46de2b48220dba
public bool IsRefusing { get; }Property: IsMissing
Section titled “Property: IsMissing”Original lines: 77-85
Declaration hash: sha256:d5a600ed7207c89e6a212f65a4f8f52227fcebde3800039cff08d641387e5c83
public bool IsMissing { get; }Method: TryAssignObject(Object candidate)
Section titled “Method: TryAssignObject(Object candidate)”Original lines: 93-126
Declaration hash: sha256:418a5595fc657b64e5917f8089155d97a29c6ecfcc0bbe814204481308271714
public bool TryAssignObject(UnityEngine.Object candidate);Method: SetToNone()
Section titled “Method: SetToNone()”Original lines: 129-133
Declaration hash: sha256:08159e4bfaf912d6868b1878ae1f1ad330e781f0cddd81ee54f52a4609f092ed
public void SetToNone();