2025-02-19 12:12:12 +00:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using Godot;
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Rokojori
|
|
|
|
|
{
|
|
|
|
|
[Tool]
|
|
|
|
|
[GlobalClass]
|
|
|
|
|
public partial class TextureCombinerMaterialOutput:Resource
|
|
|
|
|
{
|
|
|
|
|
[Export]
|
|
|
|
|
public Material material;
|
|
|
|
|
|
|
|
|
|
[Export]
|
2025-10-24 11:38:51 +00:00
|
|
|
public Sampler2DPropertyName textureName;
|
2025-02-19 12:12:12 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|