Uses of Class
com.jme.util.CloneConfiguration

Packages that use CloneConfiguration
com.jme.util   
 

Uses of CloneConfiguration in com.jme.util
 

Fields in com.jme.util declared as CloneConfiguration
static CloneConfiguration CloneConfiguration.SHARED_COLOR_AND_TEXTURE_BUFFER_CLONE
          A configuration that specifies that color and texture buffers should be shared between copies
static CloneConfiguration CloneConfiguration.SHARED_GEOM_BUFFER_CLONE
          A configuration that specifies that all geometry buffers should be shared between copies
 

Methods in com.jme.util with parameters of type CloneConfiguration
 void CloneImportExport.applyConfiguration(CloneConfiguration config)
          Apply a complete configuration to the cloner process