 |
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.AssimpAssembly: Ab4d.SharpEngine.Assimp (in Ab4d.SharpEngine.Assimp.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic 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