Version: 2022.2
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

Lightmapping.SetLightDirty

マニュアルに切り替える
public static void SetLightDirty (Light light);

パラメーター

light The light to set as dirty.

説明

Manually sets a light as dirty.

Use this method to extend the Editor's capabilities so that it can track changes to Additional Light Data components which Scriptable Render Pipelines such as URP and HDRP attach to Lights. If you do not call this method, the Editor is not aware of these Additional Light Data components. Also see the documentation for Experimental.GlobalIllumination.Lightmapping.RequestLightsDelegate, which is the method the Editor uses to track all changes to lights, including those for Built-In Render Pipeline components.