Vixen
c7401864
csharp
public readonly record struct GraphOverlayRegion

One shaded region drawn under the nodes, in graph units.

Read the guide page for this →

Remarks

What a behaviour tree's abort-scope overlay is drawn as: selecting a decorator with an observer shades the region it can interrupt. A rule you can draw is a rule an author can predict, which is the whole reason doc 37 § D6 took the narrower scope.

Fields and properties (3)

  • public Rectangle Bounds

    Where it is.

  • public Color4 Fill

    What colour, including its alpha.

  • public Color4 Outline

    The colour of its border, or transparent for none.

Methods (1)

  • public GraphOverlayRegion(Rectangle Bounds, Color4 Fill, Color4 Outline = default(Color4))

    One shaded region drawn under the nodes, in graph units.

Used by (2)

  • NodeCanvasVixen.Ui.Controls.Advanced
  • NodeOverlayLayerVixen.Ui.Controls.Advanced