Light.Light

Light()

Initializes a new instance of the Light class.

public Light()

See Also


Light(string)

Initializes a new instance of the Light class.

public Light(string name)
ParameterTypeDescription
nameStringName

See Also


Light(string, LightType)

Initializes a new instance of the Light class.

public Light(string name, LightType type)
ParameterTypeDescription
nameStringName
typeLightTypeNew light’s type

See Also