UILensDistortion
Complete API reference for UILensDistortion, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UILensDistortion extends Component
Constructors
| Signature | Description |
|---|---|
UILensDistortion() | Creates a new instance of UILensDistortion. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
border | float | get/set | Virtual attribute exposed by getBorder. Access it like a field to read or write the underlying value. |
center | Vector2 | get/set | Virtual attribute exposed by getCenter. Access it like a field to read or write the underlying value. |
intensity | float | get/set | Virtual attribute exposed by getIntensity. Access it like a field to read or write the underlying value. |
mode | Mode | get/set | Virtual attribute exposed by getMode. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getBorder() | float | Returns the current border value. |
getCenter() | Vector2 | Returns the current center value. |
getIntensity() | float | Returns the current intensity value. |
getMode() | Mode | Returns the current mode value. |
setBorder(float) | void | Sets border. |
setCenter(Vector2) | void | Sets center. |
setIntensity(float) | void | Sets intensity. |
setMode(Mode) | void | Sets mode. |