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
| Signature | Description |
|---|---|
UIPostTransform() | Creates a new instance of UIPostTransform. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
fOV | float | get/set | Virtual attribute exposed by getFOV. Access it like a field to read or write the underlying value. |
pivot | Vector2 | get/set | Virtual attribute exposed by getPivot. Access it like a field to read or write the underlying value. |
position | Vector2 | get/set | Virtual attribute exposed by getPosition. Access it like a field to read or write the underlying value. |
rotation | Vector3 | get/set | Virtual attribute exposed by getRotation. Access it like a field to read or write the underlying value. |
scale | Vector2 | get/set | Virtual attribute exposed by getScale. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getPosition() | Vector2 | Returns the current position value. |
getPivot() | Vector2 | Returns the current pivot value. |
getScale() | Vector2 | Returns the current scale value. |
getRotation() | Vector3 | Returns the current rotation value. |
setPosition(Vector2) | void | Sets position. |
setPivot(Vector2) | void | Sets pivot. |
setScale(Vector2) | void | Sets scale. |
setRotation(Vector3) | void | Sets rotation. |
getFOV() | float | Returns the current fOV value. |
setFOV(float) | void | Sets fOV. |