Uses of Class
com.jme3.shader.UniformBinding

Packages that use UniformBinding
com.jme3.material The com.jme3.material package contains classes for manipulating jMonkeyEngine materials. 
com.jme3.shader   
 

Uses of UniformBinding in com.jme3.material
 

Methods in com.jme3.material that return types with arguments of type UniformBinding
 java.util.List<UniformBinding> TechniqueDef.getWorldBindings()
          Returns a list of world parameters that are used by this technique definition.
 

Uses of UniformBinding in com.jme3.shader
 

Fields in com.jme3.shader declared as UniformBinding
protected  UniformBinding Uniform.binding
          Binding to a renderer value, or null if user-defined uniform
 

Methods in com.jme3.shader that return UniformBinding
 UniformBinding Uniform.getBinding()
           
static UniformBinding UniformBinding.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UniformBinding[] UniformBinding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.shader with parameters of type UniformBinding
 void Uniform.setBinding(UniformBinding binding)