createGroup(withIdentifier:name:children:)
Creates a parameter group object.
Declaration
class func createGroup(withIdentifier identifier: String, name: String, children: [AUParameterNode]) -> AUParameterGroupParameters
- identifier:
A non-localized, persistent identifier for the group.
- name:
A localized display name for the group.
- children:
The group’s child nodes.
Return Value
A newly-initialized parameter group object.