This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Runtime Configuration
Pawel Pastuszak edited this page Dec 7, 2018
·
1 revision
RuntimeConfiguration
objects allows you to change various settings how runtime works.
Each VisAssetManager
have their own RuntimeConfiguration
. To change default configuration you must do:
VisAssetManager manager = new VisAssetManager(batch);
manager.getSceneLoader().setRuntimeConfig(configuration);
Each setting of RuntimeConfiguration is javadoc documented, refer to that if you would like to know more about each setting.