This contains the source code documentation of the class DialogicBackground
.
DialogicBackground
Inherits: Node
This is the base class for dialogic backgrounds. Extend it and override it's methods when you create a custom background. You can take a look at the default background to get an idea of how it's working.
Properties
Name | Type | Default |
---|---|---|
viewport_container | SubViewportContainer | |
viewport | SubViewport |
Property Descriptions
The subviewport container that holds this background. Set when instanced.
The viewport that holds this background. Set when instanced.