Uses of Interface
org.xj3d.core.loading.ScriptLoader
Packages that use ScriptLoader
Package
Description
-
Uses of ScriptLoader in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel that return ScriptLoaderModifier and TypeMethodDescriptionScriptManager.getScriptLoader()
Get the current script loader to be used by this manager.Methods in org.xj3d.core.eventmodel with parameters of type ScriptLoaderModifier and TypeMethodDescriptionvoid
ScriptManager.setScriptLoader
(ScriptLoader ldr) Set the script loader to be used by this manager. -
Uses of ScriptLoader in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel that return ScriptLoaderModifier and TypeMethodDescriptionDefaultScriptManager.getScriptLoader()
Get the current script loader to be used by this manager.Methods in org.xj3d.impl.core.eventmodel with parameters of type ScriptLoaderModifier and TypeMethodDescriptionvoid
DefaultScriptManager.setScriptLoader
(ScriptLoader ldr) Set the script loader to be used by this manager. -
Uses of ScriptLoader in org.xj3d.impl.core.loading
Classes in org.xj3d.impl.core.loading that implement ScriptLoaderModifier and TypeClassDescriptionclass
A utility class who's sole job is to take a script node and load the contents and get the runtime items happening.Methods in org.xj3d.impl.core.loading with parameters of type ScriptLoaderModifier and TypeMethodDescriptionvoid
FramerateThrottle.setScriptLoader
(ScriptLoader loader) Set the script loader to query. -
Uses of ScriptLoader in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as ScriptLoaderMethods in org.xj3d.ui.construct that return ScriptLoader