Class Types.Size

java.lang.Object
group24.escaperoom.utils.Types.Size
All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.Size extends Object implements Serializable
See Also:
  • Field Details

    • width

      public int width
    • height

      public int height
  • Constructor Details

    • Size

      public Size(int width, int height)
  • Method Details

    • toVector

      public com.badlogic.gdx.math.Vector2 toVector()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copy

      public Types.Size copy()