 |
ModelOptimizerAutoGenerateModelNames Property |
When true (by default) then the names of the combined MeshModelNodes are automatically generated from the names of the used ModelNodes (using
CombinedNamesSymbol between names; plus symbol by default).
If the combined name is longer than
MaxAutoGenerateModelNameLength then the name is not generated.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic static bool AutoGenerateModelNames { get; set; }
Property Value
Boolean[Missing <value> documentation for "P:Ab4d.SharpEngine.Utilities.ModelOptimizer.AutoGenerateModelNames"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Utilities.ModelOptimizer.AutoGenerateModelNames"]
See Also