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.

Examples:

def resume(view)
  puts "resume: view = #{view}"
end

Version:

  • SketchUp 6.0



815
816
# File 'lib/sketchup-api-stubs/stubs/Sketchup/Tool.rb', line 815

def resume(view)
end