Vixen
caa30e12
csharp
public readonly struct SharedBlackboard.Scope

The open write phase.

Read the guide page for this →

Remarks

A struct, so that opening a phase every frame costs nothing. It is only ever used as the subject of a using, which is why it does not try to be safe against being copied.

Methods (2)

  • public Scope(SharedBlackboard board)

    The open write phase.

  • public void Dispose()

    Closes the write phase.

Used by (1)

  • SharedBlackboardVixen.Ai