Experimental: this API is experimental and might be changed or removed in the future.

LightmapperUtils.Extract

Cambiar al Manual

Parámetros

baketypeThe lights baketype.

Valor de retorno

LightMode Returns the light's light mode.

Descripción

Extracts informations from Lights.


public static void Extract (Light l, ref Experimental.GlobalIllumination.DirectionalLight dir);
public static void Extract (Light l, ref Experimental.GlobalIllumination.PointLight point);
public static void Extract (Light l, ref Experimental.GlobalIllumination.SpotLight spot);
public static void Extract (Light l, ref Experimental.GlobalIllumination.RectangleLight rect);

Parámetros

lThe input light.
dirExtracts directional light information.
pointExtracts point light information.
spotExtracts spot light information.
rectExtracts rectangle light information.

Descripción

Extract type specific information from Lights.