getFamily method

List<Mobject> getFamily()

Implementation

List<Mobject> getFamily() {
  return unique([this, for (var mob in submobjects) ...mob.getFamily()]);
}