1
This commit is contained in:
@@ -2,12 +2,13 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BITKit.UX;
|
||||
using Cysharp.Threading.Tasks;
|
||||
using Net.Project.B.UX;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace Net.Like.Xue.Tokyo.UX
|
||||
{
|
||||
public class UXMap : UIToolKitPanel
|
||||
public class UXMap : UIToolKitPanel,IUXMap
|
||||
{
|
||||
public UXMap(IUXService uxService) : base(uxService)
|
||||
{
|
||||
@@ -15,14 +16,6 @@ namespace Net.Like.Xue.Tokyo.UX
|
||||
protected override string DocumentPath => "ux_map";
|
||||
public override bool CloseWhenClickOutside => true;
|
||||
public override bool AllowCursor => true;
|
||||
|
||||
[UXBindPath("minimap-container")]
|
||||
private VisualElement _minimapContainer;
|
||||
[UXBindPath("minimap-player")]
|
||||
private VisualElement _miniPlayer;
|
||||
|
||||
private Camera _minimapCamera;
|
||||
private Camera _mainCamera;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user