Inspector Secondary Window & QuickCopy
inspector的二级界面,主要用于工具制作。 重新制作了Track的QuickCopy功能
This commit is contained in:
@@ -26,7 +26,6 @@ namespace Ichni.Editor
|
||||
|
||||
public virtual void Initialize(IBaseElement baseElement, string title, string parameterName)
|
||||
{
|
||||
|
||||
this.connectedBaseElement = baseElement;
|
||||
this.parameterName = parameterName;
|
||||
if (title != string.Empty)
|
||||
@@ -37,7 +36,6 @@ namespace Ichni.Editor
|
||||
{
|
||||
this.title.gameObject.SetActive(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public virtual void DeviverSet(int DeviveNum){
|
||||
|
||||
Reference in New Issue
Block a user