This contains the source code documentation of the class DialogicLayoutLayer.
DialogicLayoutLayer
Inherits: Node
Base class that should be extended by custom dialogic layout layers.
Properties
| Name | Type | Default |
|---|---|---|
| disabled | bool | false |
| apply_overrides_on_ready | bool | false |
| this_folder | String | get_base_dir() |
Methods
| Returns | Method |
|---|---|
| void | apply_export_overrides ( ) |
| Variant | get_global_setting ( setting_name: StringName, default: Variant ) |
Property Descriptions
No description available.
var apply_overrides_on_ready = false
No description available.
var this_folder = get_base_dir()
No description available.
Method Descriptions
func apply_export_overrides ( ) ⇒ void
No description available.
func get_global_setting ( setting_name: StringName, default: Variant ) ⇒ Variant
Use this to get potential global settings.