Class FloatAttribute
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.Attribute
-
- com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute
-
-
Field Summary
Fields Modifier and Type Field Description static longAlphaTeststatic java.lang.StringAlphaTestAliasstatic longShininessstatic java.lang.StringShininessAliasfloatvalue
-
Constructor Summary
Constructors Constructor Description FloatAttribute(long type)FloatAttribute(long type, float value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Attribute o)Attributecopy()static FloatAttributecreateAlphaTest(float value)static FloatAttributecreateShininess(float value)inthashCode()-
Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute
equals, equals, getAttributeAlias, getAttributeType, register, toString
-
-
-
-
Field Detail
-
ShininessAlias
public static final java.lang.String ShininessAlias
- See Also:
- Constant Field Values
-
Shininess
public static final long Shininess
-
AlphaTestAlias
public static final java.lang.String AlphaTestAlias
- See Also:
- Constant Field Values
-
AlphaTest
public static final long AlphaTest
-
value
public float value
-
-
Method Detail
-
createShininess
public static FloatAttribute createShininess(float value)
-
createAlphaTest
public static FloatAttribute createAlphaTest(float value)
-
copy
public Attribute copy()
-
compareTo
public int compareTo(Attribute o)
-
-