Skip to content

Instantly share code, notes, and snippets.

View flashwade03's full-sized avatar
🏠
Working from home

Heechang Jung flashwade03

🏠
Working from home
View GitHub Profile
@flashwade03
flashwade03 / OuterGlow.cs
Created August 27, 2024 12:15 — forked from StagPoint/OuterGlow.cs
Custom VisualElement for Unity's UI Toolkit which is useful for creating an "outer glow" effect for buttons, or a "drop shadow" effect for popups, windows, and dialogs.
// Created 2024 StagPoint. Released to the public domain.
using System;
using System.Runtime.CompilerServices;
using Unity.Collections;
using UnityEngine;
using UnityEngine.Scripting;
using UnityEngine.UIElements;