|
ModelOptimizerFreezeAll Property |
Gets or sets a boolean that specifies if whole Model3D objects are frozen.
Freezing Model3D objects can improve performance and allow Model3D objects to be user on different thread that the thread where they were created.
Setting this property to true will also set
FreezeMaterials and
FreezeMeshGeometries to true.
Default value is true.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool FreezeAll { get; set; }
Property Value
BooleanSee Also