Module export_info_functions
Expand description
Functions used to translate user-provided arguments into export hints.
You are not supposed to use these functions directly. They are used by the #[export]
macro to generate the correct export hint.
Each function is named the same as the equivalent Godot annotation.
For instance, @export_range
in Godot is fn export_range
here.
Functions§
- export_
color_ no_ alpha - export_
dir - export_
enum - Equivalent to
@export_enum
in Godot. - export_
exp_ easing - export_
file - Equivalent to
@export_file
in Godot. - export_
file_ inner - export_
flags - Equivalent to
@export_flags
in Godot. - export_
flags_ 2d_ navigation - export_
flags_ 2d_ physics - export_
flags_ 2d_ render - export_
flags_ 3d_ navigation - export_
flags_ 3d_ physics - export_
flags_ 3d_ render - export_
global_ dir - export_
global_ file - Equivalent to
@export_global_file
in Godot. - export_
multiline - export_
placeholder - export_
range - Mark an exported numerical value to use the editor’s range UI.