Version: 2017.2

MaterialEditor.FixupEmissiveFlag

Cambiar al Manual
public static MaterialGlobalIlluminationFlags FixupEmissiveFlag (Color col, MaterialGlobalIlluminationFlags flags);

Parámetros

col Emission color.
flags Current global illumination flag.

Valor de retorno

MaterialGlobalIlluminationFlags The fixed up flag.

Descripción

Returns a properly set global illlumination flag based on the passed in flag and the given color.


public static void FixupEmissiveFlag (Material mat);

Parámetros

mat The material to be fixed up.

Descripción

Properly sets up the globalIllumination flag on the given Material depending on the current flag's state and the material's emission property.