Skip to main content

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

SignatureDescription
UILensDistortion()Creates a new instance of UILensDistortion.

Virtual Attributes

NameTypeAccessDescription
borderfloatget/setVirtual attribute exposed by getBorder. Access it like a field to read or write the underlying value.
centerVector2get/setVirtual attribute exposed by getCenter. Access it like a field to read or write the underlying value.
intensityfloatget/setVirtual attribute exposed by getIntensity. Access it like a field to read or write the underlying value.
modeModeget/setVirtual attribute exposed by getMode. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getBorder()floatReturns the current border value.
getCenter()Vector2Returns the current center value.
getIntensity()floatReturns the current intensity value.
getMode()ModeReturns the current mode value.
setBorder(float)voidSets border.
setCenter(Vector2)voidSets center.
setIntensity(float)voidSets intensity.
setMode(Mode)voidSets mode.