Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

PlayTriangle.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/PlayTriangle.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/Views/PlayTriangle.cs

Source file hash: sha256:04de9b03b45a3329a5c8ce9c61485f5874dc2c76cf9b87dd1d8991de1bc40047

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 19-149

Declaration hash: sha256:e6d0a509b3cb6de5c1b7cd547a6a8f2f7eef0aa64713ee07845b235362aceb53

C#
public class PlayTriangle : VisualElement
{
}

Original lines: 26

Declaration hash: sha256:b3d3b374705d1a822825f5347e3d8a6b22196be352e4a2b5454be435658b76e6

C#
public const float DefaultStrokeWidth = 1.5f;

Original lines: 29

Declaration hash: sha256:a020fb125cbd97148b2e45d048a81910aaa01e363c93eeee875f1056a977d795

C#
public GraphPortGlyphStyle GlyphStyle { get; }

Original lines: 32-43

Declaration hash: sha256:11539412c1e64b6704748c43fd8d87f76115c0e6118b5d0400782078b947e0b8

C#
public Color FillColor { get; set; }

Original lines: 46-57

Declaration hash: sha256:9ddb510bc597d901cc86e33199f0399a9de9ea1f095386f10b85bbfa9be6280d

C#
public Color StrokeColor { get; set; }

Original lines: 60-76

Declaration hash: sha256:0e21b98bbc71b823bf1001a5e9d09c9f540649e25345bbd410f3508381e857b9

C#
public float StrokeWidth { get; set; }

Method: PlayTriangle(GraphPortGlyphStyle glyphStyle)

Section titled “Method: PlayTriangle(GraphPortGlyphStyle glyphStyle)”

Original lines: 79-95

Declaration hash: sha256:c65bb7a86384cc2935441f4562eff540c4d3003ec7df282572040199e83025b3

C#
public PlayTriangle(GraphPortGlyphStyle glyphStyle = GraphPortGlyphStyle.Filled);
Full-size image