Modifier and Type | Field and Description |
---|---|
static long |
AlphaTest |
static java.lang.String |
AlphaTestAlias |
static long |
Shininess |
static java.lang.String |
ShininessAlias |
float |
value |
Constructor and Description |
---|
FloatAttribute(long type) |
FloatAttribute(long type,
float value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Attribute o) |
Attribute |
copy() |
static FloatAttribute |
createAlphaTest(float value) |
static FloatAttribute |
createShininess(float value) |
int |
hashCode() |
equals, equals, getAttributeAlias, getAttributeType, register, toString
public static final java.lang.String ShininessAlias
public static final long Shininess
public static final java.lang.String AlphaTestAlias
public static final long AlphaTest
public float value
public FloatAttribute(long type)
public FloatAttribute(long type, float value)
public static FloatAttribute createShininess(float value)
public static FloatAttribute createAlphaTest(float value)
public Attribute copy()
public int compareTo(Attribute o)