plug<T>(plugin: KAPLAYPlugin ): KAPLAYCtx & T

Import a plugin.

paramplugin- The plugin to import.

returnsThe updated context with the plugin.

sincev2000.0

groupPlugins