| BillboardOrientation Property |
Gets or sets the orientation of the billboard.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public BillboardOrientation Orientation { get; set; }
Public Property Orientation As BillboardOrientation
Get
Set
public:
property BillboardOrientation Orientation {
BillboardOrientation get ();
void set (BillboardOrientation value);
}
member Orientation : BillboardOrientation with get, set
Property Value
Type:
BillboardOrientation
The billboard orientation. The default value is
ViewPlaneAligned.
See Also