Uses of Class
com.jme3.scene.plugins.blender.objects.Properties

Packages that use Properties
com.jme3.scene.plugins.blender   
 

Uses of Properties in com.jme3.scene.plugins.blender
 

Methods in com.jme3.scene.plugins.blender that return Properties
protected  Properties AbstractBlenderHelper.loadProperties(Structure structure, BlenderContext blenderContext)
          This method loads the properties if they are available and defined for the structure.
 

Methods in com.jme3.scene.plugins.blender with parameters of type Properties
protected  void AbstractBlenderHelper.applyProperties(Spatial spatial, Properties properties)
          The method applies properties to the given spatial.