Version: 2023.2
言語: 日本語

MixedLightingMode

enumeration

マニュアルに切り替える

説明

Enum describing what lighting mode to be used with Mixed lights.

Summary of the baked data associated with each mode:

IndirectOnly
Lightmaps direct: no occlusion: no Light probes direct: no occlusion: no Shadowmask
Lightmaps direct: no occlusion: yes Light probes direct: no occlusion: yes Subtractive
Light maps direct: yes occlusion: no Light probes direct: no occlusion: yes

変数

IndirectOnlyMixed lights provide real-time direct lighting while indirect light is baked into lightmaps and light probes.
ShadowmaskMixed lights provide real-time direct lighting. Indirect lighting gets baked into lightmaps and light probes. Shadowmasks and light probe occlusion get generated for baked shadows. The Shadowmask Mode used at run time can be set in the Quality Settings panel.
SubtractiveMixed lights provide baked direct and indirect lighting for static objects. Dynamic objects receive real-time direct lighting and cast shadows on static objects using the main directional light in the Scene.