Generated by
JDiff

Class playn.scene.Layer

Added Methods
void debugPrint(Log) Prints a debug representation of this layer and its children.
void visit(Visitor) Visits this layer and its children, in depth first order, with {@code visitor}.
 

Changed Methods
Layer setName(String) Change in return type from void to Layer.
Sets the name of this layer.
 

Added Fields
boolean DEBUG_RECTS Controls rendering of debug rectangles around views.