| TerrainRendererDrawWireFrame Property |
Gets or sets a value indicating whether the wire frame of the terrain should be rendered for
debugging.
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool DrawWireFrame { get; set; }
Public Property DrawWireFrame As Boolean
Get
Set
public:
property bool DrawWireFrame {
bool get ();
void set (bool value);
}
member DrawWireFrame : bool with get, set
Property Value
Type:
Boolean to render the terrain wire frame; otherwise,
.
Remarks See Also