Class ColladaUseColladaNamesConfig
Specifies whether the Collada loader should use Collada names as node names. If this property is set to true, the Collada names will be used as the node name. The behavior is to use the id tag (resp. sid tag, if no id tag is present) instead. Default is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class ColladaUseColladaNamesConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceColladaUseColladaNamesConfig(bool)
Constructs a new ColladaUseColladaNamesConfig.
Declaration
public ColladaUseColladaNamesConfig(bool useColladaNames)
Parameters
Type | Name | Description |
---|---|---|
bool | useColladaNames | True if collada names should be used as node names, false otherwise. |
Properties
| Edit this page View SourceColladaUseColladaNamesConfigName
Gets the string name used by ColladaUseColladaNamesConfig.
Declaration
public static string ColladaUseColladaNamesConfigName { get; }
Property Value
Type | Description |
---|---|
string |