Class GUIRenderSet.Piece
java.lang.Object
com.blackrook.gui.GUIRenderSet.Piece
- Enclosing class:
GUIRenderSet
A single renderable piece for the GUI.
- Author:
- Matthew Tropiano
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatAbsolute bounds: height.floatAbsolute bounds: width.floatAbsolute bounds: X.floatAbsolute bounds: Y.intColor.floatRotation.Texture to use.float[]Texture coordinates. -
Method Summary
-
Field Details
-
boundsX
public float boundsXAbsolute bounds: X. -
boundsY
public float boundsYAbsolute bounds: Y. -
boundsWidth
public float boundsWidthAbsolute bounds: width. -
boundsHeight
public float boundsHeightAbsolute bounds: height. -
colorARGB
public int colorARGBColor. -
rotation
public float rotationRotation. -
texture
Texture to use. -
textureCoordinates
public float[] textureCoordinatesTexture coordinates.
-