2024-08-09 13:52:49 +00:00
|
|
|
|
|
|
|
using Godot;
|
|
|
|
using Rokojori;
|
|
|
|
|
|
|
|
namespace Rokojori
|
|
|
|
{
|
|
|
|
public interface UIStylePropertyContainer
|
|
|
|
{
|
2024-08-11 17:38:06 +00:00
|
|
|
UIStyle GetUIStyleParent();
|
|
|
|
|
|
|
|
UIPosition GetUIPosition();
|
2024-08-09 13:52:49 +00:00
|
|
|
UINumber GetUIStyleNumberProperty( UIStyleNumberProperty property );
|
|
|
|
}
|
|
|
|
}
|