Gets or sets a value indicating whether this DcelMesh is dirty.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)

Syntax

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

Field Value

trueTruetruetrue (True in Visual Basic) if dirty; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

This property must be set when the mesh is modified.

See Also