Property | Type | Description | |
---|---|---|---|
m_AO | Texture | ||
m_UVOffset | float2 | ||
m_UVScale | float2 | ||
m_UVSet | UV_SET | ||
m_colorConstant | float4 | ||
m_diffuse | Texture | ||
m_diffuseBeforeOptimization | Texture | ||
m_diffuseReUse | REUSE_MODE | ||
m_emissive | Texture | ||
m_errors | string | ||
m_gloss | Texture | ||
m_glossBeforeOptimization | Texture | ||
m_glossReUse | REUSE_MODE | ||
m_index | int | ||
m_mask | Texture | ||
m_maskReUse | REUSE_MODE | ||
m_maskUVOffset | float2 | ||
m_maskUVScale | float2 | ||
m_maskUVSet | UV_SET | ||
m_maskingMode | MASKING_MODE | ||
m_metal | Texture | ||
m_metalReUse | REUSE_MODE | ||
m_normal | Texture | ||
m_normalReUse | REUSE_MODE | ||
m_owner | |||
m_specular | Texture | ||
m_specularReUse | REUSE_MODE | ||
m_translucency | Texture | ||
m_useColorConstant | bool | ||
m_warnings | string |
Method | Description | |
---|---|---|
CheckTexture ( Texture _texture, bool _hasUseOption, REUSE_MODE _reUseMode, string T, string _textureName, int _expectedChannelsCount ) : void |
Checks the provided texture is valid
|
|
CleanUp ( List |
||
ClearErrorLevel ( ) : void | ||
CompareTextures ( Texture _texture0, REUSE_MODE _reUseMode0, Texture _texture1, REUSE_MODE _reUseMode1, Layer _layer1, string T, string _textureName0, string _textureName1 ) : void | ||
Export ( |
||
Layer ( |
||
Layer ( |
||
Layer ( |
||
ParseMaskScaleBias ( |
||
ParseScaleBias ( |
||
RaiseErrorLevel ( ERROR_LEVEL _errorLevel ) : void | ||
Read ( |
||
SameMaskUVs ( Layer _other ) : bool |
Checks the UV sets and the tiling/offsets are the same
|
|
SameUVs ( Layer _other ) : bool |
Checks the UV sets and the tiling/offsets are the same
|
|
ToString ( ) : string | ||
TrySwapping ( Texture &_a, Texture &_b, |
||
Write ( |
public CheckTexture ( Texture _texture, bool _hasUseOption, REUSE_MODE _reUseMode, string T, string _textureName, int _expectedChannelsCount ) : void | ||
_texture | Texture | |
_hasUseOption | bool | |
_reUseMode | REUSE_MODE | |
T | string | |
_textureName | string | |
_expectedChannelsCount | int | |
return | void |
public CleanUp ( List |
||
_layers | List |
|
_options | Options | |
_removedTexturesCount | int | |
_blackColorConstantsCount | int | |
_swappedSlotsCount | int | |
_missingTexturesReplacedCount | int | |
_removedHasOcclusionMapOptionsCount | int | |
_reUseOptionsSetCount | int | |
return | void |
public CompareTextures ( Texture _texture0, REUSE_MODE _reUseMode0, Texture _texture1, REUSE_MODE _reUseMode1, Layer _layer1, string T, string _textureName0, string _textureName1 ) : void | ||
_texture0 | Texture | |
_reUseMode0 | REUSE_MODE | |
_texture1 | Texture | |
_reUseMode1 | REUSE_MODE | |
_layer1 | Layer | |
T | string | |
_textureName0 | string | |
_textureName1 | string | |
return | void |
public Export ( |
||
W | ||
T | string | |
_layerPrefix | string | |
_options | Options | |
return | void |
public Layer ( |
||
_owner | ||
_index | int | |
return | System |
public Layer ( |
||
_owner | ||
_index | int | |
R | ||
return | System |
public ParseMaskScaleBias ( |
||
_P | ||
return | void |
public RaiseErrorLevel ( ERROR_LEVEL _errorLevel ) : void | ||
_errorLevel | ERROR_LEVEL | |
return | void |
public TrySwapping ( Texture &_a, Texture &_b, |
||
_a | Texture | |
_b | Texture | |
_expectedUsageForA | ||
_expectedUsageForB | ||
_swappedSlotsCount | int | |
return | void |
public Texture m_diffuseBeforeOptimization | ||
return | Texture |
public Texture m_glossBeforeOptimization | ||
return | Texture |