annotation ExportFile
Overview
Exports a string property as a file picker in the Godot inspector.
Accepts optional file extension filters (e.g. "*.png,*.jpg").
@[ExportFile("*.png")]
property sprite_path : String = ""
Exports a string property as a file picker in the Godot inspector.
Accepts optional file extension filters (e.g. "*.png,*.jpg").
@[ExportFile("*.png")]
property sprite_path : String = ""