Method: UIC::Presentation#lights
- Defined in:
- lib/ruic/presentation.rb
#lights ⇒ Array<MetaData::AssetBase>
Returns array of lights in the presentation.
589 |
# File 'lib/ruic/presentation.rb', line 589 def lights; find _type:'Light'; end |