BITFALL/Assets/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain .../Runtime/Scripts/TextureTool/Common/GImageFileExtension.cs

8 lines
118 B
C#

namespace Pinwheel.Griffin.TextureTool
{
public enum GImageFileExtension
{
PNG, JPG, EXR, TGA
}
}