Click or drag to resize
DigitalRuneProjectorLight Constructor (Texture2D, Projection)
Initializes a new instance of the ProjectorLight class.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public ProjectorLight(
	Texture2D texture,
	Projection projection
)

Parameters

texture
Type: Texture2D
The texture that is projected.
projection
Type: DigitalRune.GraphicsProjection
The projection.
See Also