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

BehaviorTreeBlackboardDefaults.cs declarations

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

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/BehaviorTreeBlackboardDefaults.cs

Source file hash: sha256:1b960b41afb9139e9a1ae5450cb8ae33830a3879cf1ff284d3eb2adb243811e8

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

Original lines: 49-273

Declaration hash: sha256:410885f721e658d472b6e05d519b9596c13ad71ac311d82576d927392a9711cf

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public sealed class BehaviorTreeBlackboardDefaults
{
}

Method: GetOrCreate(BehaviorSourceDocument document)

Section titled “Method: GetOrCreate(BehaviorSourceDocument document)”

Original lines: 93-103

Declaration hash: sha256:0096d78b849714745b3950ac0a5cb112228d1001695f86be6bbe2efd208e7937

C#
public static BehaviorTreeBlackboardDefaults GetOrCreate(BehaviorSourceDocument document);

Method: TryGet(string fieldName, out string value)

Section titled “Method: TryGet(string fieldName, out string value)”

Original lines: 110-119

Declaration hash: sha256:d5777427185b713abba62af3582ead560465f75d35e0fa84cb45cab45af8cb57

C#
public bool TryGet(string fieldName, out string value);

Method: TryGetTypeCode(string fieldName, out BakedFieldTypeCode typeCode)

Section titled “Method: TryGetTypeCode(string fieldName, out BakedFieldTypeCode typeCode)”

Original lines: 122-131

Declaration hash: sha256:7a619dff8e36e310a7499d57efb34dad590b8092e1fd1669b27bd60228fba49c

C#
public bool TryGetTypeCode(string fieldName, out BakedFieldTypeCode typeCode);

Method: Set(string fieldName, BakedFieldTypeCode typeCode, string value)

Section titled “Method: Set(string fieldName, BakedFieldTypeCode typeCode, string value)”

Original lines: 134-139

Declaration hash: sha256:2859c54e4f03966a0fd63f91a338d698c3d3b170d3b0764f4c7d789d2a5fad3e

C#
public void Set(string fieldName, BakedFieldTypeCode typeCode, string value);

Original lines: 142-147

Declaration hash: sha256:bf7c3699e874c12b965e207509faf9bf049162d76bf2cd184bc3b2da9a3b99a8

C#
public void Clear(string fieldName);

Original lines: 150

Declaration hash: sha256:6f8b88c7942978f57ce0f12b808ba90d11ba0febf0c1f1a938f3a62b69addcb0

C#
public IReadOnlyCollection<string> EnumerateFieldNames();

Original lines: 153-171

Declaration hash: sha256:5d4d6a0362e497b07187f2a404cfc4b0366ee7aee21ae36ca6c5d983e3b946b0

C#
public string SerializeForDirty();
Full-size image