You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CrowdControl/Assets/Feel/MMTools/Tools/MMUtilities/MMSceneViewIcon.cs

17 lines
372 B
C#

using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System;
namespace MoreMountains.Tools
{
/// <summary>
/// Add this class to a gameobject and it'll display its name on the scene view, selected or not.
/// </summary>
[AddComponentMenu("More Mountains/Tools/Icons/MMSceneViewIcon")]
public class MMSceneViewIcon : MonoBehaviour
{
}
}