Module: Rendering::Effect
- Included in:
- BloomEffect, DepthOfFieldEffect, SSAOEffect, SSREffect, SinglePassEffect
- Defined in:
- lib/engine/rendering/post_processing/effect.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled.
5 6 7 |
# File 'lib/engine/rendering/post_processing/effect.rb', line 5 def enabled @enabled end |