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

9 lines
151 B
C#
Raw Permalink Normal View History

2024-05-06 14:45:45 -04:00
namespace unity.libwebp.Interop
{
public enum WebPMuxAnimDispose
{
WEBP_MUX_DISPOSE_NONE,
WEBP_MUX_DISPOSE_BACKGROUND,
}
}