Skip to main content

UIRotateImage

Complete API reference for UIRotateImage, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: UI

Component: yes


public class UIRotateImage extends Component

Constructors

SignatureDescription
UIRotateImage()Creates a new instance of UIRotateImage.

Virtual Attributes

NameTypeAccessDescription
anglefloatget/setVirtual attribute exposed by getAngle. Access it like a field to read or write the underlying value.
textureTextureget/setVirtual attribute exposed by getTexture. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getAngle()floatReturns the current angle value.
setAngle(float)voidSets angle.
getTexture()TextureReturns the current texture value.
setTexture(Texture)voidSets texture.