Class Vector2Attribute

java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
gaiasky.util.gdx.shader.Vector2Attribute
All Implemented Interfaces:
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
     
    static String
     
    com.badlogic.gdx.math.Vector2
     

    Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute

    type
  • Constructor Summary

    Constructors
    Constructor
    Description
    Vector2Attribute​(long type)
     
    Vector2Attribute​(long type, com.badlogic.gdx.math.Vector2 value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compareTo​(com.badlogic.gdx.graphics.g3d.Attribute o)
     
    com.badlogic.gdx.graphics.g3d.Attribute
     
    boolean
    equals​(Object obj)
     
    int
     

    Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute

    equals, getAttributeAlias, getAttributeType, register, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • value

      public com.badlogic.gdx.math.Vector2 value
    • HeightSizeAlias

      public static final String HeightSizeAlias
      See Also:
      Constant Field Values
    • HeightSize

      public static final long HeightSize
  • Constructor Details

    • Vector2Attribute

      public Vector2Attribute(long type)
    • Vector2Attribute

      public Vector2Attribute(long type, com.badlogic.gdx.math.Vector2 value)
  • Method Details

    • copy

      public com.badlogic.gdx.graphics.g3d.Attribute copy()
      Specified by:
      copy in class com.badlogic.gdx.graphics.g3d.Attribute
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.badlogic.gdx.graphics.g3d.Attribute
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class com.badlogic.gdx.graphics.g3d.Attribute
    • compareTo

      public int compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)