layer.siblings < array>

All sibling layers of this layer. (Alias: siblingLayers)
译:这层的所有同级层。(别名:siblinglayers)

layerA = new Layer

layerB = new Layer
    parent: layerA

layerC = new Layer
    parent: layerA

print layerA.siblings
# Output: []

results matching ""

    No results matching ""