Package | away3d.loading.parsers |
Class | public class ParserDataFormat |
Constant | Defined 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 |
BINARY | constant |
public static const BINARY:String = "binary"
Describes the format of a binary file.
PLAIN_TEXT | constant |
public static const PLAIN_TEXT:String = "plainText"
Describes the format of a plain text file.