Uses of Class
heronarts.lx.LXEngine
Package
Description
Core LX engine and component functionality.
-
Uses of LXEngine in heronarts.lx
Modifier and TypeMethodDescriptionLXEngine.addLoopTask
(LXLoopTask loopTask) Add a task to be run on every loop of the engine thread.Sets the output driverAdd a task to be run once on the engine thread.LXEngine.onP4DidDispose()
Utility method to shut down and join the engine thread, only when specifically in P4 mode.LXEngine.registerComponent
(String path, LXComponent component) Register a component with the engine.LXEngine.removeLoopTask
(LXLoopTask loopTask) Remove a task from the list run on every loop invocationLXEngine.setFixedDeltaMs
(double deltaMs) Utility for when rendering offline videos.LXEngine.setInputDispatch
(LXEngine.Dispatch inputDispatch) LXEngine.setPaused
(boolean paused) Pause the engine from runningLXEngine.setSpeed
(double speed) Sets a global speed factor on the core animation engine.LXEngine.setThreaded
(boolean threaded) Sets the engine to threaded or non-threaded mode. -
Uses of LXEngine in heronarts.lx.studio.ui.toolbar