Overview
A type of source effect that simply passes the given Image
through, unmodified, as an input to another Effect
.
Profile: common conditional effect
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | source | Image | ![]() | ![]() | ![]() |
The source |
|
public | x | Number | ![]() | ![]() | ![]() | 0.0 |
Sets the x location of the source image, relative to the
local coordinate space of the content ![]() Sets the x location of the source image, relative to the
local coordinate space of the content Min: n/a Max: n/a Default: 0.0 Identity: 0.00.0 |
public | y | Number | ![]() | ![]() | ![]() | 0.0 |
Sets the y location of the source image, relative to the
local coordinate space of the content ![]() Sets the y location of the source image, relative to the
local coordinate space of the content Min: n/a Max: n/a Default: 0.0 Identity: 0.00.0 |