class
UI::ValidationScenes::AmbientScene
- UI::ValidationScenes::AmbientScene
- Reference
- Object
Defined in:
ui/validation_scenes/ambient_scene.crConstructors
Instance Method Summary
-
#build : View
Build the full scene tree.
- #context_label : String | Nil
- #context_label=(context_label : String | Nil)
- #focal : View
- #focal=(focal : View)
- #focal_position : Symbol
- #focal_position=(focal_position : Symbol)
Constructor Detail
def self.new(focal : View, focal_position : Symbol = :centered, context_label : String | Nil = nil)
#
Instance Method Detail
Build the full scene tree. Returns a UI::View tree ready for rendering.