Package com.jme3.export
Class FormatVersion
java.lang.Object
com.jme3.export.FormatVersion
Specifies the version of the format for jME3 object (j3o) files.
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
VERSION
public static final int VERSIONVersion number of the format.Changes for each version:
- Undocumented
 - Undocumented
 - XML prefixes "jme-" to all key names
 
- See Also:
 
 - 
SIGNATURE
public static final int SIGNATURESignature of the format: currently, "JME3" as ASCII.- See Also:
 
 
 -