Module godot::tools

Expand description

Higher-level additions to the Godot engine API.

Contains functionality that extends existing Godot classes and functions, to make them more versatile or better integrated with Rust.

Macros§

Structs§

  • Open a file for reading or writing.

Functions§

  • ⚠️ Loads a resource from the filesystem located at path, panicking on error.
  • ⚠️ Saves a Resource-inheriting object into the file located at path.
  • Loads a resource from the filesystem located at path.
  • Saves a Resource-inheriting object into the file located at path.