projectkyoto.jme3.mmd
クラス PMDModelKey

java.lang.Object
  上位を拡張 com.jme3.asset.AssetKey<com.jme3.scene.Spatial>
      上位を拡張 com.jme3.asset.ModelKey
          上位を拡張 projectkyoto.jme3.mmd.PMDModelKey
すべての実装されたインタフェース:
com.jme3.export.Savable

public class PMDModelKey
extends com.jme3.asset.ModelKey


フィールドの概要
 
クラス com.jme3.asset.AssetKey から継承されたフィールド
extension, folder, name
 
コンストラクタの概要
PMDModelKey()
           
PMDModelKey(java.lang.String name)
           
 
メソッドの概要
 boolean shouldCache()
           
 
クラス com.jme3.asset.ModelKey から継承されたメソッド
createClonedInstance, useSmartCache
 
クラス com.jme3.asset.AssetKey から継承されたメソッド
equals, getExtension, getExtension, getFolder, getFolder, getName, hashCode, postProcess, read, reducePath, toString, write
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PMDModelKey

public PMDModelKey()

PMDModelKey

public PMDModelKey(java.lang.String name)
メソッドの詳細

shouldCache

public boolean shouldCache()
オーバーライド:
クラス com.jme3.asset.AssetKey<com.jme3.scene.Spatial> 内の shouldCache