Class AppScaleConfig
Applies an application-specific scaling to the GlobalScaleConfig to allow for backwards compatibility. Default is 1.0.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class AppScaleConfig : FloatPropertyConfig
Constructors
| Edit this page View SourceAppScaleConfig(float)
Constructs a new AppScaleConfig.
Declaration
public AppScaleConfig(float appScale)
Parameters
Type | Name | Description |
---|---|---|
float | appScale | Value to scale the global scale by. |
Properties
| Edit this page View SourceAppScaleConfigName
Gets the string name used by AppScaleConfig.
Declaration
public static string AppScaleConfigName { get; }
Property Value
Type | Description |
---|---|
string |