Inspector
初步测试Inspector
This commit is contained in:
13
Assets/Scripts/DynamicUI/Inspector/Inspector.cs
Normal file
13
Assets/Scripts/DynamicUI/Inspector/Inspector.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Ichni.RhythmGame;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni.Editor
|
||||
{
|
||||
public class Inspector : StaticWindow
|
||||
{
|
||||
public GameElement connectedGameElement;
|
||||
public RectTransform inspectorRect;
|
||||
}
|
||||
}
|
||||
11
Assets/Scripts/DynamicUI/Inspector/Inspector.cs.meta
Normal file
11
Assets/Scripts/DynamicUI/Inspector/Inspector.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 07a9bbc07d791482f963a422bfc8ae9b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user