Skip to main content

UIPostTransform

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

Package: JAVARuntime

Category: UI

Component: yes


public class UIPostTransform extends Component

Constructors

SignatureDescription
UIPostTransform()Creates a new instance of UIPostTransform.

Virtual Attributes

NameTypeAccessDescription
fOVfloatget/setVirtual attribute exposed by getFOV. Access it like a field to read or write the underlying value.
pivotVector2get/setVirtual attribute exposed by getPivot. Access it like a field to read or write the underlying value.
positionVector2get/setVirtual attribute exposed by getPosition. Access it like a field to read or write the underlying value.
rotationVector3get/setVirtual attribute exposed by getRotation. Access it like a field to read or write the underlying value.
scaleVector2get/setVirtual attribute exposed by getScale. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getPosition()Vector2Returns the current position value.
getPivot()Vector2Returns the current pivot value.
getScale()Vector2Returns the current scale value.
getRotation()Vector3Returns the current rotation value.
setPosition(Vector2)voidSets position.
setPivot(Vector2)voidSets pivot.
setScale(Vector2)voidSets scale.
setRotation(Vector3)voidSets rotation.
getFOV()floatReturns the current fOV value.
setFOV(float)voidSets fOV.