RecentTintHelper.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/RecentTintHelper.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/RecentTintHelper.cs
Source file hash: sha256:7310d76a6dd1a0db58bccddda66186ebec7f5db50be200b3c43f3906d5d6208b
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: RecentTintHelper
Section titled “Type: RecentTintHelper”Original lines: 56-145
Declaration hash: sha256:ae1b5133dd581b272df87470353233c5669a6acfe715dac8bca25ca5d04dcba7
public static class RecentTintHelper{}Field: RecentClass
Section titled “Field: RecentClass”Original lines: 61
Declaration hash: sha256:8780ac9425c1a7d09f2bca901fabce53e6f844b0d62329e5ae871f0a344a18a1
public const string RecentClass = "ed-tint-recent";Field: PersistentClass
Section titled “Field: PersistentClass”Original lines: 63
Declaration hash: sha256:be7f3662e5739dbd6b9c5356b0b5f9fb715114050c039733e821a5d20af016d2
public const string PersistentClass = "ed-changed-since-open";Method: MarkRecentChange(VisualElement target, int decayMilliseconds)
Section titled “Method: MarkRecentChange(VisualElement target, int decayMilliseconds)”Original lines: 75-107
Declaration hash: sha256:91a2bf29f4b73cd2af024e3d678bcdc0bd0adc091af2b65e0ad0246c63877471
public static void MarkRecentChange(VisualElement target, int decayMilliseconds);Method: MarkRecentChange(VisualElement target)
Section titled “Method: MarkRecentChange(VisualElement target)”Original lines: 114-117
Declaration hash: sha256:d4ae225f94d0e92617ba78a8f4ec736cbeff5095fba72c917e82636c557e8e49
public static void MarkRecentChange(VisualElement target);Method: ClearChangedSinceOpen(VisualElement target)
Section titled “Method: ClearChangedSinceOpen(VisualElement target)”Original lines: 126-133
Declaration hash: sha256:0bb0cc105d5cb55af582a9eb6a4785a6c19ef6e78dcb96076b4be6fd20c21999
public static void ClearChangedSinceOpen(VisualElement target);