Light

Properties

bool EnabledWhether this Light tile is currently emitting light
LightType TypeThe type of this Light. Default is Point
LightModel ModelThe 3D model of this Light. Default is Modern
Color ColorThe color of the emitted light
number IntensityThe intensity of the emitted light
number RangeThe range of the emitted light, only used when Type is set to Spot and Point
number OuterSpotAngleThe outer angle in degrees, at the base of a Spot light's cone. Only used when Type is set to Spot
number InnerSpotAngleThe inner angle in degrees, at the base of a Spot light's cone. Only used when Type is set to Spot
Vector3 PositionOffsetThe position offset of the Light
Vector3 RotationOffsetThe rotation offset of the Light
Vector3 ConstantRotationThe speed of constant rotation on all three axes
bool DontApplyPositionOffsetSpecial, made to be passed using ModTile. Prevents the tile from moving to its original position upon using ModTile
bool DontApplyRotationOffsetSpecial, made to be passed using ModTile. Prevents the tile from rotating to its original rotation upon using ModTile