<Code Lib>
2026 Method
Changes 0
M

LightFamily.GetLightTypeName

Description:
Return the name for the light type at the given index

public string GetLightTypeName(
	int index
)

  • Int32
    index
    The index of the light type
Return Value String The name of the light type at the given index

  • The index is the argument that is being validated The index is not valid because it does not correspond to a valid light type

Loading…