Class IntAttribute
java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.shader.attribute.IntAttribute
- All Implemented Interfaces:
Comparable<Attribute>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntAttribute
(int index) IntAttribute
(int index, int value) IntAttribute
(com.badlogic.gdx.graphics.g3d.attributes.IntAttribute other) -
Method Summary
Modifier and TypeMethodDescriptionint
copy()
static IntAttribute
createCullFace
(int value) create a cull face attribute to be used in a materialint
hashCode()
Methods inherited from class gaiasky.util.gdx.shader.attribute.Attribute
equals, equals, getAttributeAlias, getAttributeIndex, getAttributeIndex, getAttributeType, getIndex, getNumAttributes, getTypes, has, register, toString
-
Field Details
-
Constructor Details
-
Method Details