public static void SetLabelIcon(this GameObject go, GameObjectLabelIconType iconType)
 {
     #if UNITY_EDITOR
     SetIcon (go, GetIconTexture (0, (int) iconType));
     #endif
 }
Пример #2
0
        public static void SetLabelIcon(this GameObject go, GameObjectLabelIconType iconType)
        {
#if UNITY_EDITOR
            SetIcon(go, GetIconTexture(0, (int)iconType));
#endif
        }