Click or drag to resize
Ab4d.SharpEngine logo

AssimpConverterGenerateUniqueModelNames Property

When true (by default) then unique object names are generated, e.g. when the objects from Assimp scene have the same name, the "__2", "__3", "__4", etc. suffixes added to the name (the first object does not have changed name).

Namespace: Ab4d.SharpEngine.Assimp
Assembly: Ab4d.SharpEngine.Assimp (in Ab4d.SharpEngine.Assimp.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public bool GenerateUniqueModelNames { get; set; }

Property Value

Boolean

[Missing <value> documentation for "P:Ab4d.SharpEngine.Assimp.AssimpConverter.GenerateUniqueModelNames"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Assimp.AssimpConverter.GenerateUniqueModelNames"]

See Also