|
|
|
using Godot;
|
|
using Rokojori;
|
|
|
|
namespace Rokojori
|
|
{
|
|
|
|
[Tool]
|
|
[GlobalClass]
|
|
public partial class UINumberTransition : Resource
|
|
{
|
|
[Export]
|
|
public UIStyleNumberProperty property;
|
|
|
|
[Export]
|
|
public string shaderPropertyName;
|
|
|
|
[Export]
|
|
public TransitionSettings settings;
|
|
}
|
|
} |