Skip to main content

Class: GUIElement

This page documents the methods and fields available in the GUIElement class.

Members

SignatureDescription
GUIElement()Creates a new instance of GUIElement.
GUIElement(int)Creates a new instance of GUIElement.
GUIElement(int, int, int, int, int)Creates a new instance of GUIElement.
getHeight()Returns the current height.
getLayer()Returns the current layer.
getRotation()Returns the current rotation.
getWidth()Returns the current width.
getX()Returns the current x.
getY()Returns the current y.
set(int, int, int, int)Sets or updates the the value.
setHeight(int)Sets or updates the height.
setLayer(int)Sets or updates the layer.
setRotation(Quaternion)Sets or updates the rotation.
setRotationX(float)Sets or updates the rotation x.
setRotationY(float)Sets or updates the rotation y.
setRotationZ(float)Sets or updates the rotation z.
setWidth(int)Sets or updates the width.
setX(int)Sets or updates the x.
setY(int)Sets or updates the y.