Added ChannelMixer

This commit is contained in:
Misaki
2024-12-26 19:48:31 +09:00
parent 2a455513bc
commit b00b63cfb4
30 changed files with 284 additions and 61 deletions

View File

@@ -1,7 +1,10 @@
namespace Misaki.ArtToolEditor
using System.Collections.Generic;
namespace Misaki.ArtToolEditor
{
public class AssetsProcessContext
{
public IEnumerable<UnityEngine.Object> sourceObjects;
public object userData;
}
}