Skip to main content

UICustomPostProcessing

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

Package: JAVARuntime

Category: UI

Component: yes


public class UICustomPostProcessing extends Component

Constructors

SignatureDescription
UICustomPostProcessing()Creates a new instance of UICustomPostProcessing.

Virtual Attributes

NameTypeAccessDescription
shaderFileStringget/setVirtual attribute exposed by getShaderFile. Access it like a field to read or write the underlying value.
timefloatget/setVirtual attribute exposed by getTime. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getShaderFile()StringReturns the current shaderFile value.
setParam(String, float)voidSets param.
setParam(String, Color)voidSets param.
setParam(String, Texture)voidSets param.
setParam(String, Object)voidSets param.
setParam(String, float[])voidSets param.
setShaderFile(String)voidSets shaderFile.
getTime()floatReturns the current time value.
setTime(float)voidSets time.