Click or drag to resize
Ab4d.SharpEngine logo

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.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public static bool AutoGenerateModelNames { get; set; }

Property Value

Boolean
See Also