Effect Properties Controller
This class models a JavaFX controller for EffectProperties.fxml.
Using the FXML design it builds the basic components, then using reflection on the effect specified in constructor it builds up the other effect-specific controls.
Constructors
Link copied to clipboard
open fun EffectPropertiesController(effect: EffectFX<out Any>, stack: JFXDrawersStack, thisDrawer: JFXDrawer)
Content copied to clipboard
Default constructor.