Tanoda
CUITextEditor.cs
Go to the documentation of this file.
1
3
4using UnityEditor;
5
7{
8 [CustomEditor(typeof(CUIText))]
9 public class CUITextEditor : CUIGraphicEditor { }
10}
Credit Erdener Gonenc - @PixelEnvision.