Skip to content

Instantly share code, notes, and snippets.

View ncthbrt's full-sized avatar
🧶
Coding

Natalie Cuthbert ncthbrt

🧶
Coding
View GitHub Profile
using UnityEngine;
using UnityEditor;
[CustomPropertyDrawer(typeof(HSVColour))]
public class HSVColourDrawer : PropertyDrawer
{
public override void OnGUI(Rect totalRect, SerializedProperty property, GUIContent label)
{