LightGroupManager.CreateGroup
Description:
Create a new LightGroup object with the given name
Create a new LightGroup object with the given name
public LightGroup CreateGroup(
string name
)
-
StringnameThe name to use for the new LightGroup object
-
The name is not valid because it is not unique within this LightGroupManager -or- name cannot include prohibited characters, such as "{, }, [, ], |, ;, less-than sign, greater-than sign, ?, `, ~".
-
A non-optional argument was null