add method

void add(
  1. T displayObject
)

Implementation

void add(T displayObject) {
  parent.addChild(displayObject);
}