Tool.attach() method
Attach event handlers to the scene.
Signature:
attach(): this;
Returns:
this
Remarks
This happens automatically upon instantiation unless you pass autoAttach: false
.
Attach event handlers to the scene.
Signature:
attach(): this;
Returns:
this
This happens automatically upon instantiation unless you pass autoAttach: false
.