Programming API Reference: EduGraf.Lighting

Class public abstract Light

: LightingBase
This is the base class for all lights.
Property public Color3 Color { get; }: of the light.
Property protected float Brightness { get; }: of the light.
Property protected Expression<Func<Material Color3>BaseRemission { get }: access to base property is not supported for expression trees.
Property public virtual Expression<Func<Material Color3>Remission { get }: the color of light remitted at any surface point.