对Hierarchy进行提升
This commit is contained in:
12
Convention/Editor/UI/Button.cs
Normal file
12
Convention/Editor/UI/Button.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using Convention;
|
||||
using UnityEditor;
|
||||
using Convention.WindowsUI;
|
||||
|
||||
[CustomEditor(typeof(ModernUIButton))]
|
||||
public class ModernUIButtonEditor : AbstractCustomEditor
|
||||
{
|
||||
|
||||
}
|
11
Convention/Editor/UI/Button.cs.meta
Normal file
11
Convention/Editor/UI/Button.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b297501dc7cdd2149ab976e2fb8f88f0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user