allElements property

List<ShapeHitbox> get allElements

Implementation

List<ShapeHitbox> get allElements =>
    node.valuesRecursive as List<ShapeHitbox>;