Function SceneTree.setGroup

Sets the given property to value on all members of the given group.

void setGroup(VariantArg2) (
  in String group,
  in String property,
  in VariantArg2 value
);