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