Inherits from Node
Location aphid.g2d.Scene

Overview

The Scene class is nearly the same as the Node class, except:

  1. The anchor is (0.5, 0.5), the center point;
  2. The contentSize is the window’s size.

Overview of Constructors

Constructors

Scene()

new Scene()