Method AreOpaques
AreOpaques(MaterialList)
Check if some materials are opaques. Function will return 'False' for each material if:\n- The 'Opacity' Coeff is not 1.0\n- The 'Opacity' property is a Texture\n- The 'Albedo' property is a Texture and at least one pixel of the texture has an alpha value
Declaration
[HandleProcessCorruptedStateExceptions]
public BoolList AreOpaques(MaterialList materials)
Parameters
Type | Name | Description |
---|---|---|
MaterialList | materials | Materials to check opacity |
Returns
Type | Description |
---|---|
BoolList |