libgdx API

Uses of Class
com.badlogic.gdx.graphics.g3d.materials.MaterialAttribute

Packages that use MaterialAttribute
com.badlogic.gdx.graphics.g3d.materials   
 

Uses of MaterialAttribute in com.badlogic.gdx.graphics.g3d.materials
 

Subclasses of MaterialAttribute in com.badlogic.gdx.graphics.g3d.materials
 class BlendingAttribute
           
 class ColorAttribute
           
 class TextureAttribute
           
 

Methods in com.badlogic.gdx.graphics.g3d.materials that return MaterialAttribute
 MaterialAttribute BlendingAttribute.copy()
           
 MaterialAttribute ColorAttribute.copy()
           
abstract  MaterialAttribute MaterialAttribute.copy()
           
 MaterialAttribute TextureAttribute.copy()
           
 MaterialAttribute Material.getAttribute(int index)
           
 MaterialAttribute BlendingAttribute.pooledCopy()
           
 MaterialAttribute ColorAttribute.pooledCopy()
           
abstract  MaterialAttribute MaterialAttribute.pooledCopy()
           
 MaterialAttribute TextureAttribute.pooledCopy()
           
 

Methods in com.badlogic.gdx.graphics.g3d.materials that return types with arguments of type MaterialAttribute
 java.util.Iterator<MaterialAttribute> Material.iterator()
           
 

Methods in com.badlogic.gdx.graphics.g3d.materials with parameters of type MaterialAttribute
 void Material.addAttribute(MaterialAttribute... attributes)
           
 void Material.removeAttribute(MaterialAttribute... attributes)
           
 void BlendingAttribute.set(MaterialAttribute attr)
           
 void ColorAttribute.set(MaterialAttribute attr)
           
abstract  void MaterialAttribute.set(MaterialAttribute attr)
           
 void TextureAttribute.set(MaterialAttribute attr)
           
 

Constructors in com.badlogic.gdx.graphics.g3d.materials with parameters of type MaterialAttribute
Material(java.lang.String name, MaterialAttribute... attributes)
           
 

Constructor parameters in com.badlogic.gdx.graphics.g3d.materials with type arguments of type MaterialAttribute
Material(java.lang.String name, Array<MaterialAttribute> attributes)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)