EnableRotatedPointSprites Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether rotated point sprites are enabled.

Namespace:  ProjectMercury.Renderers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public bool EnableRotatedPointSprites { get; set; }
Visual Basic (Declaration)
Public Property EnableRotatedPointSprites As Boolean
Visual C++
public:
property bool EnableRotatedPointSprites {
	bool get ();
	void set (bool value);
}

Field Value

true if rotated point sprites are enabled; otherwise, false.

Remarks

Enabling rotated point sprites requires shader model 2.0 on the target machine.

See Also