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

RecentTintHelper.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/RecentTintHelper.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 56-145

Declaration hash: sha256:ae1b5133dd581b272df87470353233c5669a6acfe715dac8bca25ca5d04dcba7

C#
public static class RecentTintHelper
{
}

Original lines: 61

Declaration hash: sha256:8780ac9425c1a7d09f2bca901fabce53e6f844b0d62329e5ae871f0a344a18a1

C#
public const string RecentClass = "ed-tint-recent";

Original lines: 63

Declaration hash: sha256:be7f3662e5739dbd6b9c5356b0b5f9fb715114050c039733e821a5d20af016d2

C#
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

C#
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

C#
public static void MarkRecentChange(VisualElement target);

Method: ClearChangedSinceOpen(VisualElement target)

Section titled “Method: ClearChangedSinceOpen(VisualElement target)”

Original lines: 126-133

Declaration hash: sha256:0bb0cc105d5cb55af582a9eb6a4785a6c19ef6e78dcb96076b4be6fd20c21999

C#
public static void ClearChangedSinceOpen(VisualElement target);
Full-size image