Class PointLightsAttribute
java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.shader.attribute.PointLightsAttribute
- All Implemented Interfaces:
Comparable<Attribute>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
final com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.environment.PointLight>
static final int
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.util.gdx.shader.attribute.Attribute
equals, equals, getAttributeAlias, getAttributeIndex, getAttributeIndex, getAttributeType, getIndex, getNumAttributes, getTypes, has, register, toString
-
Field Details
-
Alias
- See Also:
-
Type
public static final int Type -
lights
public final com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.environment.PointLight> lights
-
-
Constructor Details
-
PointLightsAttribute
public PointLightsAttribute() -
PointLightsAttribute
-
-
Method Details