Package com.jme3.system
Class JmeSystem
java.lang.Object
com.jme3.system.JmeSystem
Utility class to access platform-dependent features.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Platform
Determine which Platform (operating system and architecture) the application is running on.
-
Method Details
-
getPlatform
Determine which Platform (operating system and architecture) the application is running on.- Returns:
- an enum value (not null)
-