1
This commit is contained in:
@@ -49,7 +49,10 @@ namespace Project.B.Map
|
||||
/// 切换场景后
|
||||
/// </summary>
|
||||
event Action<Guid,string> OnMapChanged;
|
||||
|
||||
/// <summary>
|
||||
/// 切换场景后,加载完成
|
||||
/// </summary>
|
||||
event Action<Guid,string> OnMapChangeCompleted;
|
||||
/// <summary>
|
||||
/// 地图加载进度
|
||||
/// </summary>
|
||||
|
@@ -12,11 +12,15 @@ namespace Project.B.Map
|
||||
[SerializeField] private string author;
|
||||
[SerializeField] private string mapAddress;
|
||||
[SerializeField] private Texture overview;
|
||||
[SerializeField] private Vector2 offset;
|
||||
[SerializeField] private int size;
|
||||
public string MapName => mapName;
|
||||
public string Author => author;
|
||||
public string Description => description;
|
||||
public object Overview => overview;
|
||||
public string MapAddress => mapAddress;
|
||||
public Vector2 Offset => offset;
|
||||
public int Size => size;
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user