class Light: Component

A light to emit from an entity.

__new(self: Light, color: any, radius: any, effect: any)
radius: any
lightEffect: any
attenuate(self: Light, distance: any): integer
getColor(self: Light): Color4