Vixen
dd8b0a81
csharp
public readonly record struct BlackboardKeyDeclaration

One blackboard key an assembly declared.

Read the guide page for this →

Fields and properties (3)

  • public string Name

    What the key is called. The name an asset and a sensor resolve.

  • public BlackboardValueType Type

    What kind of value it holds.

  • public Assembly Origin

    The assembly that declared it, so an unloaded project's keys can be forgotten.

Methods (1)

  • public BlackboardKeyDeclaration(string Name, BlackboardValueType Type, Assembly Origin)

    One blackboard key an assembly declared.

Used by (2)

  • AgentDeclarationsVixen.Ai
  • AgentDeclarationsTestsVixen.Ai.Tests