[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
See Also