menu
story_dart package
documentation
project.dart
Scene
Scene.new constructor
Scene.new constructor
dark_mode
light_mode
Scene
constructor
Scene
(
String
id
,
String
name
,
List
<
Resource
>
base
,
List
<
Resource
>
overlay
,
Attributes
extraAttributes
,
)
Implementation
Scene(this.id, this.name, this.base, this.overlay, this.extraAttributes);
story_dart package
documentation
project
Scene
Scene.new constructor
Scene class