<Code Lib>
2027 Method
Changes 0
M

LightFamily.GetLightType

Description:
Return a LightType object for the light type at the given index

public LightType GetLightType(
	int index
)

  • Int32
    index
    The index of the light type
Return Value LightType A LightType object for 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…