Class Vector2Attribute
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.Attribute
-
- gaia.cu9.ari.gaiaorbit.util.gdx.shader.Vector2Attribute
-
- All Implemented Interfaces:
java.lang.Comparable<com.badlogic.gdx.graphics.g3d.Attribute>
public class Vector2Attribute extends com.badlogic.gdx.graphics.g3d.Attribute
-
-
Field Summary
Fields Modifier and Type Field Description static long
HeightSize
static java.lang.String
HeightSizeAlias
com.badlogic.gdx.math.Vector2
value
-
Constructor Summary
Constructors Constructor Description Vector2Attribute(long type)
Vector2Attribute(long type, com.badlogic.gdx.math.Vector2 value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)
com.badlogic.gdx.graphics.g3d.Attribute
copy()
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
value
public com.badlogic.gdx.math.Vector2 value
-
HeightSizeAlias
public static final java.lang.String HeightSizeAlias
- See Also:
- Constant Field Values
-
HeightSize
public static final long HeightSize
-
-
Method Detail
-
copy
public com.badlogic.gdx.graphics.g3d.Attribute copy()
- Specified by:
copy
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
compareTo
public int compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)
-
-