Click or drag to resize
DigitalRuneImageBillboardTexture Property
Gets or sets the billboard texture (with premultiplied alpha).

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public PackedTexture Texture { get; set; }

Property Value

Type: PackedTexture
The billboard texture (with premultiplied alpha).
See Also