Class SpotLightsAttribute
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.Attribute
-
- com.badlogic.gdx.graphics.g3d.attributes.SpotLightsAttribute
-
-
Constructor Summary
Constructors Constructor Description SpotLightsAttribute()SpotLightsAttribute(SpotLightsAttribute copyFrom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Attribute o)SpotLightsAttributecopy()inthashCode()static booleanis(long mask)-
Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute
equals, equals, getAttributeAlias, getAttributeType, register, toString
-
-
-
-
Field Detail
-
Alias
public static final java.lang.String Alias
- See Also:
- Constant Field Values
-
Type
public static final long Type
-
-
Constructor Detail
-
SpotLightsAttribute
public SpotLightsAttribute()
-
SpotLightsAttribute
public SpotLightsAttribute(SpotLightsAttribute copyFrom)
-
-