RenderLayer constructor

RenderLayer(
  1. String name,
  2. int order
)

Implementation

RenderLayer(this.name, this.order);