|
WpfOptimizedModel3DGroupNodeAutomaticallyClearWpfObjectsAfterInitialization Property |
Gets or sets a Boolean that specifies if all WPF objects will be cleaned (calling
ClearWpfObjects method) when the DirectX objects are initialized (created from WPF objects).
This can free a lot of memory for GC. Default value is false.
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool AutomaticallyClearWpfObjectsAfterInitialization { get; set; }
Property Value
BooleanSee Also