Method: Sketchup::Tool#resume
- Defined in:
- lib/sketchup-api-stubs/stubs/Sketchup/Tool.rb
#resume(view) ⇒ Object
The #resume method is called by SketchUp when the tool becomes active again after being suspended.
815 816 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/Tool.rb', line 815 def resume(view) end |