Class: Sketchup::RenderingOptionsObserver
- Inherits:
-
Object
- Object
- Sketchup::RenderingOptionsObserver
- Defined in:
- lib/sketchup-api-stubs/stubs/Sketchup/RenderingOptionsObserver.rb
Overview
This observer interface is implemented to react to rendering options events. To implement this observer, create a Ruby class of this type, implement the desired methods, and add an instance of the observer to the objects of interests.
Instance Method Summary collapse
-
#onRenderingOptionsChanged(rendering_options, type) ⇒ Object
The onRenderingOptionsChanged method is invoked whenever the user changes their rendering options.
Instance Method Details
#onRenderingOptionsChanged(rendering_options, type) ⇒ Object
The onRenderingOptionsChanged method is invoked whenever the user changes their rendering options.
41 42 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/RenderingOptionsObserver.rb', line 41 def onRenderingOptionsChanged(, type) end |