BITFALL/Assets/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain .../Runtime/Scripts/PaintTool/GeometryTexturePainters/IGTexturePainterWithCustomP...

8 lines
150 B
C#

namespace Pinwheel.Griffin.PaintTool
{
public interface IGTexturePainterWithCustomParams
{
void Editor_DrawCustomParamsGUI();
}
}