Searched refs:textureTypeHint (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DTextureKey.java50 private Texture.Type textureTypeHint=Texture.Type.TwoDimensional; field in class:TextureKey
164 return textureTypeHint;
167 public void setTextureTypeHint(Type textureTypeHint) { argument
168 this.textureTypeHint = textureTypeHint;

Completed in 78 milliseconds