| BillboardOrientationNormal Property |
Gets a value indicating which normal vector is used for rendering the billboard.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public BillboardNormal Normal { get; }
Public ReadOnly Property Normal As BillboardNormal
Get
public:
property BillboardNormal Normal {
BillboardNormal get ();
}
member Normal : BillboardNormal with get
Property Value
Type:
BillboardNormalThe normal vector that is used for rendering the billboard.
See Also