allElements property

List<ShapeHitbox> allElements

Implementation

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