com.jme3.export
Class FormatVersion

java.lang.Object
  extended by com.jme3.export.FormatVersion

public final class FormatVersion
extends java.lang.Object

Specifies the version of the format for jME3 object (j3o) files.


Field Summary
static int SIGNATURE
          Signature of the format.
static int VERSION
          Version number of the format
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final int VERSION
Version number of the format

See Also:
Constant Field Values

SIGNATURE

public static final int SIGNATURE
Signature of the format. Currently "JME3" as ASCII

See Also:
Constant Field Values