* @function LevelRenderer.Group.prototype.children * @description 复制并返回一份新的包含所有儿子节点的数组。 * @returns {Array. } 图形数组。
()
| 106 | * @returns {Array.<LevelRenderer.Shape>} 图形数组。 |
| 107 | */ |
| 108 | children() { |
| 109 | return this._children.slice(); |
| 110 | } |
| 111 | |
| 112 | |
| 113 | /** |
no outgoing calls
no test coverage detected