Singularity/Assets/EasyWebp/NativeWrapper/Interop/WebPMuxAnimBlend.cs
2024-05-06 11:45:45 -07:00

9 lines
132 B
C#

namespace unity.libwebp.Interop
{
public enum WebPMuxAnimBlend
{
WEBP_MUX_BLEND,
WEBP_MUX_NO_BLEND,
}
}