Class SceneAccess

java.lang.Object
dev.engine.core.scene.SceneAccess

public final class SceneAccess extends Object
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 Details

    • drainTransactions

      public static List<Transaction> drainTransactions(AbstractScene scene)
      Drains pending transactions from a scene. For Renderer use only.