| SceneChanges Enumeration |
Specifies a change in the scene graph.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax Public Enumeration SceneChanges
public enum class SceneChanges
Members
| Member name | Value | Description |
---|
| None | 0 |
No change.
|
| NodeAdded | 1 |
A scene node was added to the local subtree.
|
| NodeRemoved | 2 |
A scene node was removed from the local subtree.
|
| IsEnabledChanged | 4 |
A scene node's IsEnabled flag has changed.
|
| ShapeChanged | 8 |
The bounding shape of a scene node has changed.
|
| PoseChanged | 16 |
The pose of a scene node has changed.
|
See Also