Class GlobalScaleConfig
Configures the Global
Inherited Members
Namespace: SharpAssimp .Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class GlobalScaleConfig : FloatPropertyConfig
Constructors
| Edit this page View SourceGlobalScaleConfig(float)
Constructs a new GlobalScaleConfig.
Declaration
public GlobalScaleConfig(float globalScale)
Parameters
Type | Name | Description |
---|---|---|
float | globalScale | Value to scale the entire scene by. |
Properties
| Edit this page View SourceGlobalScaleConfigName
Gets the string name used by GlobalScaleConfig.
Declaration
public static string GlobalScaleConfigName { get; }
Property Value
Type | Description |
---|---|
string |