com.jme.util.shader.uniformtypes
Class ShaderVariableInt3

java.lang.Object
  extended by com.jme.util.shader.ShaderVariable
      extended by com.jme.util.shader.uniformtypes.ShaderVariableInt3
All Implemented Interfaces:
Savable

public class ShaderVariableInt3
extends ShaderVariable

ShaderVariableInt3


Field Summary
 int value1
           
 int value2
           
 int value3
           
 
Fields inherited from class com.jme.util.shader.ShaderVariable
name, needsRefresh, variableID
 
Constructor Summary
ShaderVariableInt3()
           
 
Method Summary
 void read(JMEImporter e)
           
 void write(JMEExporter e)
           
 
Methods inherited from class com.jme.util.shader.ShaderVariable
equals, getClassTag, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value1

public int value1

value2

public int value2

value3

public int value3
Constructor Detail

ShaderVariableInt3

public ShaderVariableInt3()
Method Detail

write

public void write(JMEExporter e)
           throws java.io.IOException
Specified by:
write in interface Savable
Overrides:
write in class ShaderVariable
Throws:
java.io.IOException

read

public void read(JMEImporter e)
          throws java.io.IOException
Specified by:
read in interface Savable
Overrides:
read in class ShaderVariable
Throws:
java.io.IOException