Click or drag to resize
DigitalRunePackedTexture Constructor (Texture2D)
Initializes a new instance of the PackedTexture class for a single texture.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public PackedTexture(
	Texture2D texture
)

Parameters

texture
Type: Texture2D
The texture atlas that contains the packed texture.
See Also