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
| Signature | Description |
|---|---|
UICustomPostProcessing() | Creates a new instance of UICustomPostProcessing. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
shaderFile | String | get/set | Virtual attribute exposed by getShaderFile. Access it like a field to read or write the underlying value. |
time | float | get/set | Virtual attribute exposed by getTime. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getShaderFile() | String | Returns the current shaderFile value. |
setParam(String, float) | void | Sets param. |
setParam(String, Color) | void | Sets param. |
setParam(String, Texture) | void | Sets param. |
setParam(String, Object) | void | Sets param. |
setParam(String, float[]) | void | Sets param. |
setShaderFile(String) | void | Sets shaderFile. |
getTime() | float | Returns the current time value. |
setTime(float) | void | Sets time. |