annotation ExportMultiline
Overview
Exports a string property with a multiline text editor in the Godot inspector.
@[ExportMultiline]
property dialogue : String = "Hello\nWorld!"
Exports a string property with a multiline text editor in the Godot inspector.
@[ExportMultiline]
property dialogue : String = "Hello\nWorld!"