Vixen
caa30e12
csharp
public enum BlackboardTest

How a decorator tests a key.

Read the guide page for this →

Fields and properties (8)

  • IsSet

    The key has been written and not since cleared.

  • IsNotSet

    It has not.

  • Equal

    It equals the value.

  • NotEqual

    It does not.

  • Less

    It is below the value. Numeric keys only.

  • LessOrEqual

    It is at or below it.

  • Greater

    It is above it.

  • GreaterOrEqual

    It is at or above it.

Used by (10)

  • AuthorableNodeTestsVixen.Ai.Tests
  • BehaviorNodeSchemaVixen.Ai
  • BehaviorTreeDecoratorTestsVixen.Ai.Tests
  • BlackboardDecoratorVixen.Ai
  • BuildStateVixen.Ai
  • CompareEntriesDecoratorVixen.Ai
  • PatrolChaseGiveUpTestsVixen.Ai.Nodes.Tests
  • VillageVixen.Ai.Nodes.Tests
  • BehaviorTreeDocumentTestsVixen.Editor.AssetEditors.Tests
  • LiveAgentVixen.Editor.AssetEditors.Tests