LayerFx
The effect chain of the selected layer itself. FxShader nodes are plugged in here. Enable toggles the whole chain on/off (toggling it rebuilds the chain internally). It has no output ports.
Input ports
| Port ID | Type |
|---|---|
Enable | bool |
Output ports
None
Scriptable members
| Path | Type |
|---|---|
enableInput | bool |
selectedLayerIndex | int |
isOn | bool |
Synapse Apps (scripting)
await synapse.modules.create({ type: "LayerFx" }) 
