Class: Sketchup::RenderingOptionsObserver Abstract
- Inherits:
-
Object
- Object
- Sketchup::RenderingOptionsObserver
Overview
This class is abstract.
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.
This observer interface is implemented to react to rendering options events.
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.