# Functions
ToGodotImport tries to convert a TscnFile structure to a godot.Import.
ToGodotProject tries to convert a TscnFile structure to a godot.Project.
ToGodotResource tries to convert a TscnFile structure to a .tres file.
ToGodotScene tries to convert a TscnFile structure to an actual Godot Scene with a node tree.
# Constants
TscnTypeGodotResource is the identifier for .tres files.
TscnTypeGodotScene is the identifier for a Godot Scene.