Click or drag to resize
DigitalRuneMeshUserData Property
Gets or sets a user-defined object.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Object UserData { get; set; }

Property Value

Type: Object
A user-defined object.
Remarks
This property is intended for application-specific data and is not used by the mesh itself.
See Also