layer.children < array>

All the child layers of this layer. (Alias: subLayers)
译:这层的所有子层。(别名:subLayers)

layerA = new Layer

layerB = new Layer
    parent: layerA

layerC = new Layer
    parent: layerA

print layerA.children
# Output: [, ]

results matching ""

    No results matching ""