BehaviorTreeBlackboardDefaults.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/BehaviorTreeBlackboardDefaults.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorTreeBlackboardDefaults
Section titled “Type: BehaviorTreeBlackboardDefaults”Original lines: 49-273
Declaration hash: sha256:410885f721e658d472b6e05d519b9596c13ad71ac311d82576d927392a9711cf
[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
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
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
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
public void Set(string fieldName, BakedFieldTypeCode typeCode, string value);Method: Clear(string fieldName)
Section titled “Method: Clear(string fieldName)”Original lines: 142-147
Declaration hash: sha256:bf7c3699e874c12b965e207509faf9bf049162d76bf2cd184bc3b2da9a3b99a8
public void Clear(string fieldName);Method: EnumerateFieldNames()
Section titled “Method: EnumerateFieldNames()”Original lines: 150
Declaration hash: sha256:6f8b88c7942978f57ce0f12b808ba90d11ba0febf0c1f1a938f3a62b69addcb0
public IReadOnlyCollection<string> EnumerateFieldNames();Method: SerializeForDirty()
Section titled “Method: SerializeForDirty()”Original lines: 153-171
Declaration hash: sha256:5d4d6a0362e497b07187f2a404cfc4b0366ee7aee21ae36ca6c5d983e3b946b0
public string SerializeForDirty();