Class TransformUVConfig
Configuration for the TransformUVCoords step that specifies which UV transformations are to be evaluated. The default value is for all combinations (scaling, rotation, translation).
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class TransformUVConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceTransformUVConfig(UVTransformFlags)
Constructs a new TransformUVConfig.
Declaration
public TransformUVConfig(UVTransformFlags transformFlags)
Parameters
Type | Name | Description |
---|---|---|
UVTransformFlags | transformFlags | Bit-wise combination specifying which UV transforms that should be evaluated. |
Properties
| Edit this page View SourceTransformUVConfigName
Gets the string name used by TransformUVConfig.
Declaration
public static string TransformUVConfigName { get; }
Property Value
Type | Description |
---|---|
string |