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: []