Description:

Finds the LightObject with a given name. Deleted lights have no name.

Syntax:
public LightObject FindName(
string name
)
Parameters:
  • name
  • Type: string
  • Name to search.
Returns:
A layer. If no layer is found, None is returned.
Available since:
6.0

Nothing found