init()
Initialise the instance after destroying.
Example
const selectable = new Selectable();
// destroy the instance.
selectable.destroy();
// later
// reinitialise the instance.
selectable.init();
Last updated
Initialise the instance after destroying.
const selectable = new Selectable();
// destroy the instance.
selectable.destroy();
// later
// reinitialise the instance.
selectable.init();
Last updated