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

VerticalRampView.cs declarations

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

Source snapshot ad0983d00d77.

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.

Original lines: 28-181

Declaration hash: sha256:ae28ea64d6feeadba1b40e0bd3c235d7fab4dac70a134209e7d5a979c242c274

C#
public sealed class VerticalRampView : VisualElement
{
}

Original lines: 31

Declaration hash: sha256:e0b967c0e5f228bfc1f91a32e0b60f1e35213eede98cdc4f7afc56d035756e4b

C#
public const string ThreeStopClass = "ed-vertical-ramp--three-stop";

Original lines: 34

Declaration hash: sha256:237cab5be8e9b1d93a151a1b64373845ce12ee86b32cc99b0381bc5072a4c930

C#
public const float MidStop = 0.45f;

Original lines: 49-61

Declaration hash: sha256:674eacaaa3741a899b8bf7468f51322794181e4ea177eb32163c59c37976dd5c

C#
public VerticalRampView();

Method: SetColors(Color top, Color bottom)

Section titled “Method: SetColors(Color top, Color bottom)”

Original lines: 64-69

Declaration hash: sha256:96f1fd63420c1914660b8d3bda787d2bbf3bde106ab5fe9cf5fa888f673e5c03

C#
public void SetColors(Color top, Color bottom);
Full-size image