com.jme3.export
クラス FormatVersion

java.lang.Object
  上位を拡張 com.jme3.export.FormatVersion

public final class FormatVersion
extends java.lang.Object

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


フィールドの概要
static int SIGNATURE
          Signature of the format.
static int VERSION
          Version number of the format
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

VERSION

public static final int VERSION
Version number of the format

関連項目:
定数フィールド値

SIGNATURE

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

関連項目:
定数フィールド値