plugin.gd

Extends: EditorPlugin

Description

Plugin script to initialize Escoria

Property Descriptions

Method Descriptions

enable_plugin

func enable_plugin()

Virtual function called when plugin is enabled.

disable_plugin

func disable_plugin()

Virtual function called when plugin is disabled.

set_escoria_ui_settings

func set_escoria_ui_settings()

Prepare the settings in the Escoria UI category

set_escoria_main_settings

func set_escoria_main_settings()

Prepare the settings in the Escoria main category

set_escoria_debug_settings

func set_escoria_debug_settings()

Prepare the settings in the Escoria debug category

set_escoria_sound_settings

func set_escoria_sound_settings()

Prepare the settings in the Escoria sound settings

set_escoria_platform_settings

func set_escoria_platform_settings()

Prepare the settings in the Escoria platform category and may need special setting per build

register_setting (static)

func register_setting(name: String, default, info: Dictionary) -> void

Register a new project setting if it hasn’t been defined already

Parameters

  • name: Name of the project setting

  • default: Default value

  • info: Property info for the setting