Class Limelight::DSL::StageBuilder
In: lib/limelight/dsl/stage_builder.rb
Parent: Object

The basis of the DSL for configuring a Stage object.

Methods

Attributes

__stage__  [R] 

Public Instance methods

Specifies the scene that will be displayed on the stage upon opening of the production.

[Source]

    # File lib/limelight/dsl/stage_builder.rb, line 85
85:       def default_scene(scene_name)
86:         @__stage__.default_scene = scene_name
87:       end

[Validate]