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

9 lines
151 B
C#

namespace unity.libwebp.Interop
{
public enum WebPMuxAnimDispose
{
WEBP_MUX_DISPOSE_NONE,
WEBP_MUX_DISPOSE_BACKGROUND,
}
}