Package org.godot.utilities.project
Class BaseProject
- java.lang.Object
-
- org.godot.utilities.core.io.DirectoryResource
-
- org.godot.utilities.project.BaseProject
-
- Direct Known Subclasses:
Project
public class BaseProject extends DirectoryResource
-
-
Field Summary
Fields Modifier and Type Field Description protected PathprojectFileProject fileVersionprojectVersionProject version.-
Fields inherited from class org.godot.utilities.core.io.DirectoryResource
location
-
-
Constructor Summary
Constructors Constructor Description BaseProject(@NotNull Path l)Project without version.BaseProject(@NotNull Path l, @NotNull Version v)Base project constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringtoString()Object string representation-
Methods inherited from class org.godot.utilities.core.io.DirectoryResource
getResourcePath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.godot.utilities.core.io.IResolver
resolvePath, resolveResource
-
-