com.jme3.material
クラス MatParamTexture

java.lang.Object
  上位を拡張 com.jme3.material.MatParam
      上位を拡張 com.jme3.material.MatParamTexture
すべての実装されたインタフェース:
Savable, java.lang.Cloneable

public class MatParamTexture
extends MatParam


コンストラクタの概要
MatParamTexture()
           
MatParamTexture(VarType type, java.lang.String name, Texture texture, int unit)
           
 
メソッドの概要
 void apply(Renderer r, Technique technique)
           
 Texture getTextureValue()
           
 int getUnit()
           
 void read(JmeImporter im)
           
 void setTextureValue(Texture value)
           
 void setUnit(int unit)
           
 void write(JmeExporter ex)
           
 
クラス com.jme3.material.MatParam から継承されたメソッド
clone, equals, getFixedFuncBinding, getName, getPrefixedName, getValue, getValueAsString, getVarType, hashCode, setValue, toString
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

MatParamTexture

public MatParamTexture(VarType type,
                       java.lang.String name,
                       Texture texture,
                       int unit)

MatParamTexture

public MatParamTexture()
メソッドの詳細

getTextureValue

public Texture getTextureValue()

setTextureValue

public void setTextureValue(Texture value)

setUnit

public void setUnit(int unit)

getUnit

public int getUnit()

apply

public void apply(Renderer r,
                  Technique technique)

write

public void write(JmeExporter ex)
           throws java.io.IOException
定義:
インタフェース Savable 内の write
オーバーライド:
クラス MatParam 内の write
例外:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
定義:
インタフェース Savable 内の read
オーバーライド:
クラス MatParam 内の read
例外:
java.io.IOException