![]() |
Jumpvalley 0.5.0
An app and library that can be used to test and run 3D platformer levels. Currently being made with Godot.
|
Provides some values and methods for performing operations related to file paths. More...
Static Public Member Functions | |
static string | GodotCombine (params string[] paths) |
Concatenates multiple paths into one using Godot's conventional file path format (where the directory separator is a forward slash). | |
Provides some values and methods for performing operations related to file paths.
|
inlinestatic |
Concatenates multiple paths into one using Godot's conventional file path format (where the directory separator is a forward slash).
paths | The file paths to combine |