2025-04-23 12:00:43 +00:00
|
|
|
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System;
|
|
|
|
using Godot;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Rokojori
|
|
|
|
{
|
|
|
|
[Tool]
|
|
|
|
[GlobalClass]
|
2025-04-24 13:39:00 +00:00
|
|
|
public partial class TextureDilationCompositerEffect:_XX_CompositorEffectGraph
|
2025-04-23 12:00:43 +00:00
|
|
|
{
|
2025-04-24 13:39:00 +00:00
|
|
|
public TextureDilationCompositerEffect()
|
|
|
|
{
|
|
|
|
CreateGraph();
|
|
|
|
}
|
2025-04-25 08:13:22 +00:00
|
|
|
|
2025-04-24 13:39:00 +00:00
|
|
|
void CreateGraph()
|
2025-04-23 12:00:43 +00:00
|
|
|
{
|
2025-04-24 13:39:00 +00:00
|
|
|
|
2025-04-23 12:00:43 +00:00
|
|
|
}
|
|
|
|
|
2025-04-24 13:39:00 +00:00
|
|
|
void AssignData()
|
2025-04-23 12:00:43 +00:00
|
|
|
{
|
|
|
|
|
2025-04-24 13:39:00 +00:00
|
|
|
}
|
2025-04-23 12:00:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|