UIPostTransform
Complete API reference for UIPostTransform, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Post processing
Component: yes
public class UIPostTransform extends Component
Constructors
| Signature | Description |
|---|---|
UIPostTransform(UIPostTransform) | Executes UIPostTransform and returns after the underlying engine call finishes. |
UIPostTransform(Engine) | Executes UIPostTransform and returns after the underlying engine call finishes. |
UIPostTransform() | Executes UIPostTransform and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIPostTransform | Represents the instance value stored on this instance. Read or assign to update the property. |
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. |