Serialized Form
-
Package com.badlogic.gdx.graphics.g2d
-
Class com.badlogic.gdx.graphics.g2d.PixmapPacker.PixmapPackerRectangle extends Rectangle implements Serializable
-
Serialized Fields
-
offsetX
int offsetX
-
offsetY
int offsetY
-
originalHeight
int originalHeight
-
originalWidth
int originalWidth
-
pads
int[] pads
-
splits
int[] splits
-
-
-
-
Package com.badlogic.gdx.math
-
Class com.badlogic.gdx.math.Affine2 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1524569123485049187L
-
Serialized Fields
-
m00
float m00
-
m01
float m01
-
m02
float m02
-
m10
float m10
-
m11
float m11
-
m12
float m12
-
-
Class com.badlogic.gdx.math.Circle extends java.lang.Object implements Serializable
-
Serialized Fields
-
radius
float radius
-
x
float x
-
y
float y
-
-
-
Class com.badlogic.gdx.math.Ellipse extends java.lang.Object implements Serializable
- serialVersionUID:
- 7381533206532032099L
-
Serialized Fields
-
height
float height
-
width
float width
-
x
float x
-
y
float y
-
-
Class com.badlogic.gdx.math.GridPoint2 extends java.lang.Object implements Serializable
- serialVersionUID:
- -4019969926331717380L
-
Serialized Fields
-
x
int x
-
y
int y
-
-
Class com.badlogic.gdx.math.GridPoint3 extends java.lang.Object implements Serializable
- serialVersionUID:
- 5922187982746752830L
-
Serialized Fields
-
x
int x
-
y
int y
-
z
int z
-
-
Class com.badlogic.gdx.math.Matrix3 extends java.lang.Object implements Serializable
- serialVersionUID:
- 7907569533774959788L
-
Serialized Fields
-
tmp
float[] tmp
-
val
float[] val
-
-
Class com.badlogic.gdx.math.Matrix4 extends java.lang.Object implements Serializable
- serialVersionUID:
- -2717655254359579617L
-
Serialized Fields
-
val
float[] val
-
-
Class com.badlogic.gdx.math.Plane extends java.lang.Object implements Serializable
- serialVersionUID:
- -1240652082930747866L
-
Serialized Fields
-
d
float d
-
normal
Vector3 normal
-
-
Class com.badlogic.gdx.math.Quaternion extends java.lang.Object implements Serializable
- serialVersionUID:
- -7661875440774897168L
-
Serialized Fields
-
w
float w
-
x
float x
-
y
float y
-
z
float z
-
-
Class com.badlogic.gdx.math.RandomXS128 extends java.util.Random implements Serializable
-
Serialized Fields
-
seed0
long seed0
The first half of the internal state of this pseudo-random number generator. -
seed1
long seed1
The second half of the internal state of this pseudo-random number generator.
-
-
-
Class com.badlogic.gdx.math.Rectangle extends java.lang.Object implements Serializable
- serialVersionUID:
- 5733252015138115702L
-
Serialized Fields
-
height
float height
-
width
float width
-
x
float x
-
y
float y
-
-
Class com.badlogic.gdx.math.Vector2 extends java.lang.Object implements Serializable
- serialVersionUID:
- 913902788239530931L
-
Serialized Fields
-
x
float x
the x-component of this vector -
y
float y
the y-component of this vector
-
-
Class com.badlogic.gdx.math.Vector3 extends java.lang.Object implements Serializable
- serialVersionUID:
- 3840054589595372522L
-
Serialized Fields
-
x
float x
the x-component of this vector -
y
float y
the y-component of this vector -
z
float z
the z-component of this vector
-
-
Class com.badlogic.gdx.math.Vector4 extends java.lang.Object implements Serializable
- serialVersionUID:
- -5394070284130414492L
-
Serialized Fields
-
w
float w
the w-component of this vector -
x
float x
the x-component of this vector -
y
float y
the y-component of this vector -
z
float z
the z-component of this vector
-
-
-
Package com.badlogic.gdx.math.collision
-
Class com.badlogic.gdx.math.collision.BoundingBox extends java.lang.Object implements Serializable
- serialVersionUID:
- -1286036817192127343L
-
Serialized Fields
-
cnt
Vector3 cnt
-
dim
Vector3 dim
-
max
Vector3 max
Maximum vector. All XYZ components should be superior to correspondingBoundingBox.mincomponents. CallBoundingBox.update()if you manually change this vector. -
min
Vector3 min
Minimum vector. All XYZ components should be inferior to correspondingBoundingBox.maxcomponents. CallBoundingBox.update()if you manually change this vector.
-
-
Class com.badlogic.gdx.math.collision.OrientedBoundingBox extends java.lang.Object implements Serializable
- serialVersionUID:
- 3864065514676250557L
-
Serialized Fields
-
axes
Vector3[] axes
-
bounds
BoundingBox bounds
Bounds used as size. -
inverseTransform
Matrix4 inverseTransform
-
transform
Matrix4 transform
Transform matrix. -
vertices
Vector3[] vertices
-
-
Class com.badlogic.gdx.math.collision.Ray extends java.lang.Object implements Serializable
- serialVersionUID:
- -620692054835390878L
-
Class com.badlogic.gdx.math.collision.Segment extends java.lang.Object implements Serializable
- serialVersionUID:
- 2739667069736519602L
-
Class com.badlogic.gdx.math.collision.Sphere extends java.lang.Object implements Serializable
- serialVersionUID:
- -6487336868908521596L
-
Serialized Fields
-
center
Vector3 center
the center of the sphere -
radius
float radius
the radius of the sphere
-
-
-
Package com.badlogic.gdx.scenes.scene2d.ui
-
Class com.badlogic.gdx.scenes.scene2d.ui.Table.DebugRect extends Rectangle implements Serializable
-
Serialized Fields
-
color
Color color
-
-
-
-
Package com.badlogic.gdx.utils
-
Class com.badlogic.gdx.utils.GdxRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 6735854402467673117L
-
Class com.badlogic.gdx.utils.SerializationException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
trace
StringBuilder trace
-
-
-
Class com.badlogic.gdx.utils.SharedLibraryLoadRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 8263101105331379889L
-
-
Package com.badlogic.gdx.utils.reflect
-
Class com.badlogic.gdx.utils.reflect.ReflectionException extends java.lang.Exception implements Serializable
-