|
WpfVisual3DCollectionNodeNotifyChanges Method |
NotifyChanges method should be called when
IsCheckingForChanges is set to false and it informs this WpfVisual3DCollectionNode about the changes in the Visual3DCollection.
If both parameters are null, then all the child SceneNodes are recreated.
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public void NotifyChanges(
List<Visual3D> addedVisuals,
List<Visual3D> removedVisuals
)
Parameters
- addedVisuals ListVisual3D
- list of added Visual3D objects
- removedVisuals ListVisual3D
- list of removed Visual3D objects
See Also