CardBodyGradient.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/CardBodyGradient.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: CardBodyGradient
Section titled “Type: CardBodyGradient”Original lines: 52-362
Declaration hash: sha256:e23f704794368caf445478c455fd1795a9cde0a028800bfc0b54ec07de901fcc
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public sealed class CardBodyGradient : VisualElement{}Type: Direction
Section titled “Type: Direction”Original lines: 58-64
Declaration hash: sha256:60ad2109a5755d4e99f6f4fbc78a6187bbaedc3396598e793520a34a3676b567
public enum Direction{}Field: Vertical
Section titled “Field: Vertical”Original lines: 61
Declaration hash: sha256:727cd3a64d792ad410e3cb6036da3eb54dbac258e87c554e3b6081c1a5efc0e6
VerticalField: Diagonal
Section titled “Field: Diagonal”Original lines: 63
Declaration hash: sha256:1856be3ac7e697d6d24e4e93f7f4dfac7610e9b462695ad014116b63fb3f6244
DiagonalProperty: GradientDirection
Section titled “Property: GradientDirection”Original lines: 99-108
Declaration hash: sha256:bc0ac39b6e762df1790c3544ebd68196441ac625add00bf8c738759e9da74d45
public Direction GradientDirection { get; set; }Property: TopRampHeightPx
Section titled “Property: TopRampHeightPx”Original lines: 116-126
Declaration hash: sha256:91516a9ee80ab4ad7706e64a60022ab29e7fbcc2c08ec100306c9581be970471
public float TopRampHeightPx { get; set; }Property: BottomRampHeightPx
Section titled “Property: BottomRampHeightPx”Original lines: 134-144
Declaration hash: sha256:9a39ce88981c9c5cbff12202608dfd8d536d72f33551125dfe7cedf91a78fd3a
public float BottomRampHeightPx { get; set; }Property: DiagonalVerticalBias
Section titled “Property: DiagonalVerticalBias”Original lines: 151-161
Declaration hash: sha256:8edc6839b20952bbc90e9dfa55e0e93d12939bb044c240a2e41ba99dbeb15e19
public float DiagonalVerticalBias { get; set; }Property: PaintTopShading
Section titled “Property: PaintTopShading”Original lines: 169-178
Declaration hash: sha256:54156275e443807d4efed0c585afd706877c7cce3e0d3dd46cee178d56d81fb7
public bool PaintTopShading { get; set; }Property: PaintBottomShading
Section titled “Property: PaintBottomShading”Original lines: 185-194
Declaration hash: sha256:0674d232e2f44996a8244d95bd85223fc82aadea3506230094f8dd444083938f
public bool PaintBottomShading { get; set; }Method: CardBodyGradient()
Section titled “Method: CardBodyGradient()”Original lines: 201-207
Declaration hash: sha256:462c2d94f125a956ccec7114a611cac6c504a84469b74f2ca4611f3a71be2d25
public CardBodyGradient();