Uses of Class
com.jme3.scene.plugins.blender.BlenderContext.LoadedFeatureDataType

Packages that use BlenderContext.LoadedFeatureDataType
com.jme3.scene.plugins.blender   
 

Uses of BlenderContext.LoadedFeatureDataType in com.jme3.scene.plugins.blender
 

Methods in com.jme3.scene.plugins.blender that return BlenderContext.LoadedFeatureDataType
static BlenderContext.LoadedFeatureDataType BlenderContext.LoadedFeatureDataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlenderContext.LoadedFeatureDataType[] BlenderContext.LoadedFeatureDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.scene.plugins.blender with parameters of type BlenderContext.LoadedFeatureDataType
 java.lang.Object BlenderContext.getLoadedFeature(java.lang.Long oldMemoryAddress, BlenderContext.LoadedFeatureDataType loadedFeatureDataType)
          This method returns the feature of a given memory address.
 java.lang.Object BlenderContext.getLoadedFeature(java.lang.String featureName, BlenderContext.LoadedFeatureDataType loadedFeatureDataType)
          This method returns the feature of a given name.