rj-action-library/Runtime/UI/Styling/UIStylePropertyContainer.cs

11 lines
180 B
C#

using Godot;
using Rokojori;
namespace Rokojori
{
public interface UIStylePropertyContainer
{
UINumber GetUIStyleNumberProperty( UIStyleNumberProperty property );
}
}