Packageaway3d.loading.parsers
Classpublic class ParserDataFormat

An enumeration providing values to describe the data format of parsed data.

Public Constants
 ConstantDefined by
  BINARY : String = "binary"
[static] Describes the format of a binary file.
ParserDataFormat
  PLAIN_TEXT : String = "plainText"
[static] Describes the format of a plain text file.
ParserDataFormat
Constant detail
BINARYconstant
public static const BINARY:String = "binary"

Describes the format of a binary file.

PLAIN_TEXTconstant 
public static const PLAIN_TEXT:String = "plainText"

Describes the format of a plain text file.

Wiki link
Click to go to the wiki page for 'away3d.loading.parsers.ParserDataFormat'

Code examples

Comments