Class SceneKey

java.lang.Object
com.jme3.asset.AssetKey<com.jme3.scene.Spatial>
com.jme3.asset.ModelKey
com.jme3.scene.plugins.fbx.SceneKey
All Implemented Interfaces:
com.jme3.export.Savable, Cloneable

public class SceneKey extends com.jme3.asset.ModelKey
  • Field Summary

    Fields inherited from class com.jme3.asset.AssetKey

    extension, folder, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    SceneKey(String name, AnimationList animationList)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object object)
     
     
    int
     

    Methods inherited from class com.jme3.asset.ModelKey

    getCacheType, getProcessorType

    Methods inherited from class com.jme3.asset.AssetKey

    clone, getExtension, getExtension, getFolder, getFolder, getName, read, reducePath, toString, write

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getAnimations

      public AnimationList getAnimations()
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class com.jme3.asset.AssetKey<com.jme3.scene.Spatial>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.jme3.asset.AssetKey<com.jme3.scene.Spatial>