Skip to content

Commit

Permalink
Merge pull request #71 from AIO-GAME/1.x
Browse files Browse the repository at this point in the history
1.x
  • Loading branch information
xinansky authored Feb 29, 2024
2 parents e248c1a + 557fbb0 commit a32d9fd
Show file tree
Hide file tree
Showing 391 changed files with 6,132 additions and 4,665 deletions.
8 changes: 1 addition & 7 deletions Editor.GUI.CLI/External/AIO.Content/GEContent.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-15
|*|E-Mail: |*| [email protected]
|*|============|*/

using System.Collections.Generic;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;

Expand Down
8 changes: 1 addition & 7 deletions Editor.GUI.CLI/External/AIO.Git/MenuItem.Git.ALL.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|✩ - - - - - |||
|||✩ Author: ||| -> xi nan
|||✩ Date: ||| -> 2023-07-24
|||✩ - - - - - |*/

using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
Expand Down
4 changes: 0 additions & 4 deletions Editor.GUI.CLI/External/AIO.Git/MenuItem.Git.Templeta.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using UnityEditor;
using UnityEditor.Compilation;
using UnityEngine;
using PackageInfo = UnityEditor.PackageManager.PackageInfo;

Expand Down
8 changes: 1 addition & 7 deletions Editor.GUI.CLI/External/AIO.Git/MenuItem.Git.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|✩ - - - - - |||
|||✩ Author: ||| -> xi nan
|||✩ Date: ||| -> 2023-07-24
|||✩ - - - - - |*/

using System.IO;
using System.IO;
using System.Linq;
using System.Reflection;
using UnityEditor;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-07
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using UnityEditor;
using System;
using UnityEngine;

namespace AIO.UEditor
{
/// <summary>
/// CSDN博客链接
/// CSDN 博客链接
/// </summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class CSDNBlogURLAttribute : URLAttribute
public sealed class CSDNBlogUrlAttribute : UrlAttribute
{
public override void OnEnable()
{
Expand All @@ -25,7 +18,7 @@ public override void OnEnable()
};
}

public CSDNBlogURLAttribute(string url) : base(url)
public CSDNBlogUrlAttribute(string url) : base(url)
{
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions Editor.GUI.CLI/External/AIO.Graph/Attribute/GWindowAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|✩ - - - - - |||
|||✩ Author: ||| -> star fire
|||✩ Date: ||| -> 2023-06-26
|||✩ - - - - - |*/

using System;
using System;
using System.ComponentModel;
using System.Reflection;
using System.Runtime.CompilerServices;
Expand All @@ -17,7 +11,7 @@ namespace AIO.UEditor
/// 窗口信息
/// </summary>
// [ScriptIcon(IconResource = "Editor/Icon/Color/general")]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
[AttributeUsage(AttributeTargets.Class)]
public sealed class GWindowAttribute : DisplayNameAttribute
{
/// <summary>
Expand Down Expand Up @@ -129,4 +123,4 @@ public GWindowAttribute(string title, string tooltip = "", [CallerFilePath] stri
else FilePath = filePath.Replace('\\', '/');
}
}
}
}
8 changes: 1 addition & 7 deletions Editor.GUI.CLI/External/AIO.Graph/Attribute/GWindowGen.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-01
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-07
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System;
using UnityEngine;

namespace AIO.UEditor
Expand All @@ -13,7 +7,7 @@ namespace AIO.UEditor
/// Gitee链接
/// </summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class GiteeURLAttribute : URLAttribute
public sealed class GiteeUrlAttribute : UrlAttribute
{
public override void OnEnable()
{
Expand All @@ -24,7 +18,7 @@ public override void OnEnable()
};
}

public GiteeURLAttribute(string url) : base(url)
public GiteeUrlAttribute(string url) : base(url)
{
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-07
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System;
using UnityEngine;

namespace AIO.UEditor
Expand All @@ -13,7 +7,7 @@ namespace AIO.UEditor
/// Github链接
/// </summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class GithubURLAttribute : URLAttribute
public sealed class GithubUrlAttribute : UrlAttribute
{
public override void OnEnable()
{
Expand All @@ -24,7 +18,7 @@ public override void OnEnable()
};
}

public GithubURLAttribute(string url) : base(url)
public GithubUrlAttribute(string url) : base(url)
{
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions Editor.GUI.CLI/External/AIO.Graph/Attribute/GraphicWindow.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2024-01-03
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-07
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System;
using UnityEngine;

namespace AIO.UEditor
Expand All @@ -13,7 +7,7 @@ namespace AIO.UEditor
/// CSDN博客链接
/// </summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public abstract class URLAttribute : Attribute
public abstract class UrlAttribute : Attribute
{
/// <summary>
/// 链接
Expand All @@ -24,11 +18,11 @@ public abstract class URLAttribute : Attribute

public abstract void OnEnable();

private URLAttribute()
private UrlAttribute()
{
}

protected URLAttribute(string url)
protected UrlAttribute(string url)
{
URL = url;
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions Editor.GUI.CLI/External/AIO.Graph/GEHelper.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|✩ - - - - - |||
|||✩ Author: ||| -> xi nan
|||✩ Date: ||| -> 2023-06-29
|||✩ - - - - - |*/

using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using UnityEditor;
Expand Down Expand Up @@ -337,4 +331,4 @@ public static double PasteActionDouble()

#endregion
}
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-22
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System;
using System.IO;
using System.Text;
using UnityEngine;
Expand Down Expand Up @@ -81,8 +75,7 @@ public string this[int index]
/// </summary>
public string DirPath;

[SerializeField]
public DirTreeItem Root;
[SerializeField] public DirTreeItem Root;

public int Count => Root.MaxDepth;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-22
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System;
using System.IO;
using System.Text.RegularExpressions;
using UnityEditor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*|============|*|
|*|Author: |*| Star fire
|*|Date: |*| 2023-12-22
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
Expand Down
6 changes: 0 additions & 6 deletions Editor.GUI.CLI/External/AIO.Graph/GELayout/GELayout.Button.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*|============|*|
|*|Author: |*| xinan
|*|Date: |*| 2023-10-09
|*|E-Mail: |*| [email protected]
|*|============|*/

using System;
using System.Collections.Generic;
using UnityEditor;
Expand Down
6 changes: 0 additions & 6 deletions Editor.GUI.CLI/External/AIO.Graph/GELayout/GELayout.Path.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*|============|*|
|*|Author: |*| xinan
|*|Date: |*| 2023-10-09
|*|E-Mail: |*| [email protected]
|*|============|*/

using UnityEditor;
using UnityEngine;

Expand Down
Loading

0 comments on commit a32d9fd

Please sign in to comment.