Click or drag to resize
DigitalRuneSceneNodeUserFlags Property
Gets or sets a 16-bit value which can be used to store user-defined information or flags.

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

Property Value

Type: Int16
A 16-bit value containing user-defined information.
See Also