Class SceneAccess
java.lang.Object
dev.engine.core.scene.SceneAccess
Provides the Renderer access to drain transactions from a scene.
This is the only way to get transactions — the method is not on the
user-facing AbstractScene API.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<Transaction> drainTransactions(AbstractScene scene) Drains pending transactions from a scene.
-
Method Details
-
drainTransactions
Drains pending transactions from a scene. For Renderer use only.
-