Click or drag to resize
DigitalRuneBillboardOrientation Property
Gets or sets the orientation of the billboard.

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

Property Value

Type: BillboardOrientation
The billboard orientation. The default value is ViewPlaneAligned.
See Also