Click or drag to resize
DigitalRuneSceneChanges Enumeration
Specifies a change in the scene graph.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public enum SceneChanges
Members
  Member nameValueDescription
None0 No change.
NodeAdded1 A scene node was added to the local subtree.
NodeRemoved2 A scene node was removed from the local subtree.
IsEnabledChanged4 A scene node's IsEnabled flag has changed.
ShapeChanged8 The bounding shape of a scene node has changed.
PoseChanged16 The pose of a scene node has changed.
See Also