csharp
public readonly record struct BlackboardKeyDefinitionOne row of a compiled layout: what a key is called, what it holds and where it lives.
Fields and properties (4)
public Symbol NameThe authored name, for diagnostics and the editor's picker.
public BlackboardValueType TypeWhat it holds.
public int OffsetWhere its bytes start in an instance.
public int SizeHow many bytes it takes.
Methods (1)
public BlackboardKeyDefinition(Symbol Name, BlackboardValueType Type, int Offset, int Size)One row of a compiled layout: what a key is called, what it holds and where it lives.
Used by (15)
- AgentTargetVixen.Ai.Nodes
- AiSnapshotsVixen.Ai
- BlackboardVixen.Ai
- BlackboardDecoratorVixen.Ai
- BlackboardLayoutVixen.Ai
- BlackboardLayoutBuilderVixen.Ai
- BlackboardLayoutTestsVixen.Ai.Tests
- BlackboardUtilityInputVixen.Ai
- BlackboardWorldSourceVixen.Ai
- BuildStateVixen.Ai
- CompareEntriesDecoratorVixen.Ai
- CountingSensorVixen.Ai.Tests
- DistanceUtilityInputVixen.Ai
- PerceivedCountSensorVixen.Ai.Perception
- SetBlackboardValueTaskVixen.Ai