PlayTriangle.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/PlayTriangle.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: PlayTriangle
Section titled “Type: PlayTriangle”Original lines: 19-149
Declaration hash: sha256:e6d0a509b3cb6de5c1b7cd547a6a8f2f7eef0aa64713ee07845b235362aceb53
public class PlayTriangle : VisualElement{}Field: DefaultStrokeWidth
Section titled “Field: DefaultStrokeWidth”Original lines: 26
Declaration hash: sha256:b3d3b374705d1a822825f5347e3d8a6b22196be352e4a2b5454be435658b76e6
public const float DefaultStrokeWidth = 1.5f;Property: GlyphStyle
Section titled “Property: GlyphStyle”Original lines: 29
Declaration hash: sha256:a020fb125cbd97148b2e45d048a81910aaa01e363c93eeee875f1056a977d795
public GraphPortGlyphStyle GlyphStyle { get; }Property: FillColor
Section titled “Property: FillColor”Original lines: 32-43
Declaration hash: sha256:11539412c1e64b6704748c43fd8d87f76115c0e6118b5d0400782078b947e0b8
public Color FillColor { get; set; }Property: StrokeColor
Section titled “Property: StrokeColor”Original lines: 46-57
Declaration hash: sha256:9ddb510bc597d901cc86e33199f0399a9de9ea1f095386f10b85bbfa9be6280d
public Color StrokeColor { get; set; }Property: StrokeWidth
Section titled “Property: StrokeWidth”Original lines: 60-76
Declaration hash: sha256:0e21b98bbc71b823bf1001a5e9d09c9f540649e25345bbd410f3508381e857b9
public float StrokeWidth { get; set; }Method: PlayTriangle(GraphPortGlyphStyle glyphStyle)
Section titled “Method: PlayTriangle(GraphPortGlyphStyle glyphStyle)”Original lines: 79-95
Declaration hash: sha256:c65bb7a86384cc2935441f4562eff540c4d3003ec7df282572040199e83025b3
public PlayTriangle(GraphPortGlyphStyle glyphStyle = GraphPortGlyphStyle.Filled);