Expand description
Module with the structs and enums needed to call the main function of the library.
Modules§
- icons
icons - Module with the structs and enums
Enums§
- Base
Directory - The base directory to use for paths.
- Entry
Symbol - Entry symbol for the
GDExtension.
Constants§
- DEFAULT_
ENTRY_ SYMBOL - Name of the default entry function
godot-rustuses for initializing theGDExtension. - GDEXTENSION_
FOLDER 🔒 - The representation of a path relative to the folder where
.gdextensionlies. - PROJECT_
FOLDER 🔒 - The representation of a path relative to the
Godotproject folder.