init()

Initialise the instance after destroying.


Example

const selectable = new Selectable();

// destroy the instance.
selectable.destroy();

// later

// reinitialise the instance.
selectable.init();

Last updated