This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using Sirenix.OdinInspector.Editor; | |
using UnityEditor; | |
using UnityEngine; | |
using Sirenix.OdinInspector; | |
using Sirenix.Utilities.Editor; | |
using UnityEditor.SceneManagement; | |
public class LevelManagementEditor : OdinMenuEditorWindow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using Sirenix.OdinInspector; | |
using Sirenix.OdinInspector.Editor; | |
using UnityEditor; | |
using UnityEngine; | |
/// <summary> | |
/// 地编中使用的测量工具(2D) | |
/// </summary> | |
public class MeasureToolEditor : OdinEditorWindow |