Vixen
c7401864
csharp
public sealed class CompareEntriesDecorator

Two keys against each other.

Read the guide page for this →

Remarks

Its own decorator rather than a special case of BlackboardDecorator, because "is the target closer than the leash" is a different authoring gesture from "is the target closer than four metres" and the editor shows two key pickers rather than one and a number.

Fields and properties (2)

  • public override ObserverAborts Aborts

    What this may interrupt when the keys it reads change.

  • public override ReadOnlySpan<BlackboardKey> ObservedKeys

    The blackboard keys it reads.

Methods (2)

Used by (2)

  • BehaviorTreeDecoratorTestsVixen.Ai.Tests
  • BuildStateVixen.Ai