csharp
public enum BlackboardTestHow a decorator tests a key.
Fields and properties (8)
IsSetThe key has been written and not since cleared.
IsNotSetIt has not.
EqualIt equals the value.
NotEqualIt does not.
LessIt is below the value. Numeric keys only.
LessOrEqualIt is at or below it.
GreaterIt is above it.
GreaterOrEqualIt is at or above it.
Used by (11)
- VillageAiVillage
- 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