Skip to content

Instantly share code, notes, and snippets.

View Paegasus's full-sized avatar

Lahcéne Belbachir Paegasus

  • Alicante, Spain
View GitHub Profile
@Paegasus
Paegasus / CustomRectangleSelector.cs
Last active May 23, 2023 07:57
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