Vixen
c7401864
csharp
public sealed class ConeDecorator

A position is inside a cone from another position, pointing along a direction.

Read the guide page for this →

Remarks

The two forms in doc 37 § Part 3 are one class and a flag: Cone gates entry and KeepInCone keeps testing, which is Continuous.

Fields and properties (3)

  • public override ObserverAborts Aborts

    What this may interrupt when the keys it reads change.

  • public override bool Continuous

    Whether it is re-tested every step while the branch it gates is running.

  • public override ReadOnlySpan<BlackboardKey> ObservedKeys

    The blackboard keys it reads.

Methods (2)

Used by (2)

  • BehaviorTreeDecoratorTestsVixen.Ai.Tests
  • BuildStateVixen.Ai