Click or drag to resize
AB4D logo

WpfVisual3DCollectionNodeIsCheckingForChanges Property

Gets or sets a Boolean that specifies if WpfVisual3DCollectionNode is automatically checking for changes in the Visuals (Visual3DCollection). When true (by default), then in each Update call the Visual3DCollection is checked for changes. When false, then user should call NotifyChanges(ListVisual3D, ListVisual3D) method when the Visual3DCollection is changed. It is recommended to set this property before the InitializeResources is called (before this SceneNodes is added to parent SceneNode).

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsCheckingForChanges { get; set; }

Property Value

Boolean
See Also