// Animancer // https://kybernetik.com.au/animancer // Copyright 2018-2024 Kybernetik //
#if UNITY_EDITOR
using System;
using UnityEditor;
namespace Animancer.Editor
{
/// [Editor-Only]
/// A default which simply draws the .
///
/// https://kybernetik.com.au/animancer/api/Animancer.Editor/LabelGUI
[CustomGUI(typeof(object))]
public class LabelGUI : CustomGUI