JSystem中如何获取场景开始的时间?
How to get the time the scenario started in JSystem?
我有测试包括 senario 的启动时间,那么我必须知道场景在 JSystem 中何时启动?
谢谢。
好吧,你已经等不及要开始剧情了。
但是,你可以得到上次场景变化的时间,它发生在场景开始的时候:
JSystemProperties.getInstance().getPreferencesFile().lastModified()).getMillis()
希望对你有所帮助。
我有测试包括 senario 的启动时间,那么我必须知道场景在 JSystem 中何时启动?
谢谢。
好吧,你已经等不及要开始剧情了。 但是,你可以得到上次场景变化的时间,它发生在场景开始的时候:
JSystemProperties.getInstance().getPreferencesFile().lastModified()).getMillis()
希望对你有所帮助。