Home
last modified time | relevance | path

Searched defs:textureTypeHint (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DTextureKey.java50 private Texture.Type textureTypeHint=Texture.Type.TwoDimensional; field in TextureKey
167 public void setTextureTypeHint(Type textureTypeHint) { in setTextureTypeHint()