Package renderer.scene.util
Class Assets
- java.lang.Object
-
- renderer.scene.util.Assets
-
public class Assets extends Object
Use aProperties
file to find the path to the assets directory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getPath()
Use aProperties
file to find the path to the assets directory.
-
-
-
Method Detail
-
getPath
public static String getPath()
Use aProperties
file to find the path to the assets directory.- Returns:
- a
String
containing the path to the assets folder
-
-