mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update 编辑器 模块商店等等
Update 编辑器 模块商店等等
This commit is contained in:
@@ -10,7 +10,7 @@ namespace TEngine.Editor
|
|||||||
{
|
{
|
||||||
public class TEngineEditorUtil
|
public class TEngineEditorUtil
|
||||||
{
|
{
|
||||||
[MenuItem("TEngine/GenMd5List", priority = 1500)]
|
[MenuItem("TEngine/Utils/生成MD5ListGenMd5List", priority = 1500)]
|
||||||
public static void GenMd5List()
|
public static void GenMd5List()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
@@ -12,7 +12,7 @@ namespace TEngine.Editor
|
|||||||
{
|
{
|
||||||
private const string OnlineUrl = "http://1.12.241.46:8081/TEngine/";
|
private const string OnlineUrl = "http://1.12.241.46:8081/TEngine/";
|
||||||
|
|
||||||
[MenuItem("TEngine/在线模块商店|Package Manager", priority = 1500)]
|
[MenuItem("TEngine/模块商店|在线Package Manager", priority = 1500)]
|
||||||
private static void Open()
|
private static void Open()
|
||||||
{
|
{
|
||||||
var window = GetWindow<PackageManagerInternal>("在线模块商店|Package Manager");
|
var window = GetWindow<PackageManagerInternal>("在线模块商店|Package Manager");
|
||||||
|
@@ -18,10 +18,10 @@ namespace TEngine.Editor
|
|||||||
}
|
}
|
||||||
public static ModuleType showModuleType;
|
public static ModuleType showModuleType;
|
||||||
|
|
||||||
[MenuItem("TEngine/EditorWindow", priority = 1500)]
|
[MenuItem("TEngine/管理面板|TEngine管理面板", priority = 1500)]
|
||||||
private static void Open()
|
private static void Open()
|
||||||
{
|
{
|
||||||
var window = GetWindow<TEngineWindow>("EditorWindow");
|
var window = GetWindow<TEngineWindow>("管理面板|TEngine管理面板");
|
||||||
window.minSize = new Vector2(900, 600);
|
window.minSize = new Vector2(900, 600);
|
||||||
window.maxSize = new Vector2(900, 600);
|
window.maxSize = new Vector2(900, 600);
|
||||||
window.Show();
|
window.Show();
|
||||||
|
@@ -11,7 +11,7 @@ namespace TEngine.Editor
|
|||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
internal class EditorMenus
|
internal class EditorMenus
|
||||||
{
|
{
|
||||||
[UnityEditor.MenuItem("TEngine/Open TEngine Document")]
|
[MenuItem("TEngine/打开文档|Open TEngine Document", priority = 1500)]
|
||||||
public static void OpenTEngineDocument()
|
public static void OpenTEngineDocument()
|
||||||
{
|
{
|
||||||
Application.OpenURL("http://1.12.241.46:5000/");
|
Application.OpenURL("http://1.12.241.46:5000/");
|
||||||
|
Reference in New Issue
Block a user