Effect
Inherits: Node
Effects are UI functionality that can be attached to nodes and react to signals
Description
This class is meant to act as a base class for other effects. Effects listen for a given signal and perform some action when that signal is triggered.
Properties
| Type | Name | Default |
|---|---|---|
| String | on_signal |
Property Descriptions
on_signal
String on_signal
Signal on our parent node to connect to