Package scenes

Class DemoPlatformer

java.lang.Object
scene.Scene
scenes.DemoPlatformer

@Deprecated public class DemoPlatformer extends Scene
Deprecated.
  • Constructor Details

    • DemoPlatformer

      public DemoPlatformer()
      Deprecated.
  • Method Details

    • main

      public static void main(String[] args)
      Deprecated.
    • awake

      public void awake()
      Deprecated.
      Description copied from class: Scene
      Runs only once on startup, useful for initializing gameObjects or for first time setup.
      Overrides:
      awake in class Scene
    • update

      public void update()
      Deprecated.
      Description copied from class: Scene
      This method is called every frame, and can be used to update objects.
      Overrides:
      update in class Scene
    • postProcess

      public void postProcess(Texture texture)
      Deprecated.
      Description copied from class: Scene
      Apply post processing to a texture
      Overrides:
      postProcess in class Scene
      Parameters:
      texture - input texture