Vixen
c7401864
csharp
public readonly record struct LeashVerdict

What a leash check concluded.

Read the guide page for this →

Fields and properties (3)

  • public LeashState State

    Where it is now.

  • public bool Changed

    Whether that is different from a moment ago.

  • public bool ShouldReset

    Whether the caller should send it home.

Methods (1)

  • public LeashVerdict(LeashState State, bool Changed, bool ShouldReset)

    What a leash check concluded.

Used by (2)

  • LeashVixen.Gameplay.Ai
  • LeashTestsVixen.Gameplay.Ai.Tests