VerticalRampView.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/VerticalRampView.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/VerticalRampView.cs
Source file hash: sha256:cf802a350b7ea9ce47cf845d55965dada61455d9d95ff6518a8dc2eb41a04cfd
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: VerticalRampView
Section titled “Type: VerticalRampView”Original lines: 28-181
Declaration hash: sha256:ae28ea64d6feeadba1b40e0bd3c235d7fab4dac70a134209e7d5a979c242c274
public sealed class VerticalRampView : VisualElement{}Field: ThreeStopClass
Section titled “Field: ThreeStopClass”Original lines: 31
Declaration hash: sha256:e0b967c0e5f228bfc1f91a32e0b60f1e35213eede98cdc4f7afc56d035756e4b
public const string ThreeStopClass = "ed-vertical-ramp--three-stop";Field: MidStop
Section titled “Field: MidStop”Original lines: 34
Declaration hash: sha256:237cab5be8e9b1d93a151a1b64373845ce12ee86b32cc99b0381bc5072a4c930
public const float MidStop = 0.45f;Method: VerticalRampView()
Section titled “Method: VerticalRampView()”Original lines: 49-61
Declaration hash: sha256:674eacaaa3741a899b8bf7468f51322794181e4ea177eb32163c59c37976dd5c
public VerticalRampView();Method: SetColors(Color top, Color bottom)
Section titled “Method: SetColors(Color top, Color bottom)”Original lines: 64-69
Declaration hash: sha256:96f1fd63420c1914660b8d3bda787d2bbf3bde106ab5fe9cf5fa888f673e5c03
public void SetColors(Color top, Color bottom);