riversong code showcase
This commit is contained in:
14
Source/Riversong/Game/UI/Panels/WorldUI/IWorldUIService.cs
Normal file
14
Source/Riversong/Game/UI/Panels/WorldUI/IWorldUIService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IWorldUIService
|
||||
{
|
||||
void Register(VisualElement element, Transform target);
|
||||
|
||||
void Unregister(VisualElement element);
|
||||
|
||||
void SetWorldOffset(VisualElement element, Vector3 offset);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user