com.jme3.material
クラス MatParamTexture
java.lang.Object
com.jme3.material.MatParam
com.jme3.material.MatParamTexture
- すべての実装されたインタフェース:
- Savable, java.lang.Cloneable
public class MatParamTexture
- extends MatParam
| クラス 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