Function SpatialMaterial.emissionEnabled
If true
, the body emits light. Emitting light makes the object appear brighter. The object can also cast light on other objects if a GIProbe
or BakedLightmap
is used and this object is used in baked lighting.
bool emissionEnabled() nothrow @property @nogc;
void emissionEnabled
(
bool v
) nothrow @property @nogc;