You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
When I use CCTexture2D load a PNG file directly via public CCTexture2D(string file);
the CCTexture2D instance's PixelFormat will be set as CCSurfaceFormat:Color
I found that the raw code of the class CCTexture2D use the CCSurfaceFormat:Color as a default value. public static CCSurfaceFormat **DefaultAlphaPixelFormat** = CCSurfaceFormat.Color;