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

CardBodyGradient.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:3edacae4c5683d0de49d0dc85683df7189fe633806bad28db899d62cee45d389

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

Original lines: 52-362

Declaration hash: sha256:e23f704794368caf445478c455fd1795a9cde0a028800bfc0b54ec07de901fcc

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public sealed class CardBodyGradient : VisualElement
{
}

Original lines: 58-64

Declaration hash: sha256:60ad2109a5755d4e99f6f4fbc78a6187bbaedc3396598e793520a34a3676b567

C#
public enum Direction
{
}

Original lines: 61

Declaration hash: sha256:727cd3a64d792ad410e3cb6036da3eb54dbac258e87c554e3b6081c1a5efc0e6

C#
Vertical

Original lines: 63

Declaration hash: sha256:1856be3ac7e697d6d24e4e93f7f4dfac7610e9b462695ad014116b63fb3f6244

C#
Diagonal

Original lines: 99-108

Declaration hash: sha256:bc0ac39b6e762df1790c3544ebd68196441ac625add00bf8c738759e9da74d45

C#
public Direction GradientDirection { get; set; }

Original lines: 116-126

Declaration hash: sha256:91516a9ee80ab4ad7706e64a60022ab29e7fbcc2c08ec100306c9581be970471

C#
public float TopRampHeightPx { get; set; }

Original lines: 134-144

Declaration hash: sha256:9a39ce88981c9c5cbff12202608dfd8d536d72f33551125dfe7cedf91a78fd3a

C#
public float BottomRampHeightPx { get; set; }

Original lines: 151-161

Declaration hash: sha256:8edc6839b20952bbc90e9dfa55e0e93d12939bb044c240a2e41ba99dbeb15e19

C#
public float DiagonalVerticalBias { get; set; }

Original lines: 169-178

Declaration hash: sha256:54156275e443807d4efed0c585afd706877c7cce3e0d3dd46cee178d56d81fb7

C#
public bool PaintTopShading { get; set; }

Original lines: 185-194

Declaration hash: sha256:0674d232e2f44996a8244d95bd85223fc82aadea3506230094f8dd444083938f

C#
public bool PaintBottomShading { get; set; }

Original lines: 201-207

Declaration hash: sha256:462c2d94f125a956ccec7114a611cac6c504a84469b74f2ca4611f3a71be2d25

C#
public CardBodyGradient();
Full-size image