Class ColladaIgnoreUpDirectionConfig
Specifies whether the collada loader will ignore the up direction. Default is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class ColladaIgnoreUpDirectionConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceColladaIgnoreUpDirectionConfig(bool)
Constructs a new ColladaIgnoreUpDirectionConfig.
Declaration
public ColladaIgnoreUpDirectionConfig(bool ignoreUpDirection)
Parameters
Type | Name | Description |
---|---|---|
bool | ignoreUpDirection | True if the loader should ignore the up direction, false otherwise. |
Properties
| Edit this page View SourceColladaIgnoreUpDirectionConfigName
Gets the string name used by ColladaIgnoreUpDirectionConfig.
Declaration
public static string ColladaIgnoreUpDirectionConfigName { get; }
Property Value
Type | Description |
---|---|
string |