Click or drag to resize
DigitalRuneDcelVertexUserData Property
Gets or sets user-defined data.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Object UserData { get; set; }

Property Value

Type: Object
User-defined data.
Remarks
This property can be used by algorithms that operate on the DcelMesh or to store data related to this mesh element.
See Also