addEffectGroups

open fun addEffectGroups(effectGroups: Collection<EffectGroup<P>>)

Adds the effects to the current effects.

Parameters

effectGroups

the group of effects to add

Throws

if the application is already started


open fun addEffectGroups(path: String)

Adds effect from a file.

Parameters

path

the path of the collection of EffectGroups.

Throws

if the application is already started