The base class of all effects.
privatestaticinlineinit():Void
This method is called automatically by initAll() called in Koui's initialization phase and can be overriden by effects. Please note that init() is static.
initAll()
init()
private@:allow(koui.Koui)staticinitAll():Void
Initializes all subclasses of this class that override the init() method.