Effect Builder FX
Class that lets the user choose the effect from all it can find.
Constructors
Functions
Link copied to clipboard
Asks the user to chose an effect and returns a new instance of the desired class.
Link copied to clipboard
Gets an unmodifiable view of the effects found during construction.
Link copied to clipboard
open fun <P : Position2D<out P>?> instantiateEffect(clazz: Class<out EffectFX<P>>): EffectFX<P>
Content copied to clipboard
Instantiates the desired effect.