Function SpatialMaterial.emissionTexture

Texture that specifies how much surface emits light at a given point.

Texture emissionTexture() nothrow @property @nogc;

void emissionTexture (
  Texture v
) nothrow @property @nogc;