9 lines
132 B
C#
Raw Normal View History

2025-04-18 19:18:15 +08:00
namespace unity.libwebp.Interop
{
public enum WebPMuxAnimBlend
{
WEBP_MUX_BLEND,
WEBP_MUX_NO_BLEND,
}
}