Singularity/Assets/EasyWebp/NativeWrapper/Interop/WebPMuxAnimBlend.cs

9 lines
132 B
C#
Raw Permalink Normal View History

2024-05-06 14:45:45 -04:00
namespace unity.libwebp.Interop
{
public enum WebPMuxAnimBlend
{
WEBP_MUX_BLEND,
WEBP_MUX_NO_BLEND,
}
}