Skip to content

Instantly share code, notes, and snippets.

View SevenStrike's full-sized avatar
🚩
So!Beat it!

SEVEN STRIKE SevenStrike

🚩
So!Beat it!
View GitHub Profile
@SevenStrike
SevenStrike / CustomRectangleSelector.cs
Created September 5, 2025 17:11 — forked from Paegasus/CustomRectangleSelector.cs
Custom UIElements RectangleSelector
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using UnityEngine;
using UnityEngine.UIElements;
namespace UnityEditor.Experimental.GraphView
{
public class CustomRectangleSelector : MouseManipulator