|
WpfModelVisual3DNodeIsCheckingChildrenForChangesDefaultValue Property |
Gets or sets a static Boolean value that specifies the default value for
IsCheckingChildrenForChanges.
By default the IsCheckingChildrenForChanges is set to true except for all objects derived from Ab3d.Visuals.BaseModelVisual3D (BoxVisual3D, SphereVisual3D, etc.).
But you can set this static field to true and manually set the
IsCheckingChildrenForChanges to false on a few objects that you want to check for children changes.
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public static bool IsCheckingChildrenForChangesDefaultValue { get; set; }
Property Value
BooleanSee Also