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

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
User-defined data.
Remarks
This property is intended for application-specific data and is not used by the submesh itself.
See Also