LightModel

Enumeration that represents the different light models that can be used on the Light tile.

Values

None [0]The light model is hidden, but light is still emitted
Modern [1]The modern light model

Examples

local noneLightModel = LightModel.None;

local modernLightModel = LightModel.Modern;