Dart DocumentationstagexlTextureAtlasFormat

TextureAtlasFormat class

class TextureAtlasFormat {
 
 static const String JSON = "json";
 static const String JSONARRAY = "jsonarray";
 //static const String STARLING = "starling";
 //static const String COCOS2D = "cocos2d";
 //static const String TEXTUREPACKERXML = "texturepackerxml";
}

Static Properties

const String JSON #

static const String JSON = "json"

const String JSONARRAY #

static const String JSONARRAY = "jsonarray"