unreal.DatasmithTextureElement¶
- class unreal.DatasmithTextureElement(outer=None, name='None')¶
Bases:
unreal.DatasmithObjectElementUDatasmithTextureElement
C++ Source:
Plugin: DatasmithImporter
Module: DatasmithImporter
File: DatasmithUObjectElements.h
- get_color_space() DatasmithColorSpace¶
Gets the color space of the texture
- Return type
- get_texture_mode() DatasmithTextureMode¶
Get texture usage
- Return type
- set_color_space(option) None¶
Sets the color space of the texture
- Parameters
option (DatasmithColorSpace) –
- set_texture_mode(mode) None¶
Set texture usage
- Parameters
mode (DatasmithTextureMode) –