<Code Lib>
2020 Method
Changes 0
M

LightGroupManager.CreateGroup

Description:
Create a new LightGroup object with the given name

public LightGroup CreateGroup(
	string name
)

  • name
    The name to use for the new LightGroup object
Return Value LightGroup The new LightGroup object that was created

Loading…