com.jme3.util
Class PlaceholderAssets

java.lang.Object
  extended by com.jme3.util.PlaceholderAssets

public class PlaceholderAssets
extends java.lang.Object


Constructor Summary
PlaceholderAssets()
           
 
Method Summary
static AudioData getPlaceholderAudio()
           
static Image getPlaceholderImage()
           
static Material getPlaceholderMaterial(AssetManager assetManager)
           
static Spatial getPlaceholderModel(AssetManager assetManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceholderAssets

public PlaceholderAssets()
Method Detail

getPlaceholderImage

public static Image getPlaceholderImage()

getPlaceholderMaterial

public static Material getPlaceholderMaterial(AssetManager assetManager)

getPlaceholderModel

public static Spatial getPlaceholderModel(AssetManager assetManager)

getPlaceholderAudio

public static AudioData getPlaceholderAudio()