Version: 2022.1
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

Lightmapping.Bake

매뉴얼로 전환
public static bool Bake (SceneManagement.Scene targetScene);

파라미터

targetScene The Scene to generate lighting data for.

반환

bool Returns true if Unity successfully completes the lighting bake job. Returns false if Unity does not successfully complete the lighting bake job.

설명

Starts a synchronous lighting bake job for the target Scene.

Unity generates lighting data for the target Scene only, but Lights, Renderers, Terrains and emissive Materials from all open Scenes contribute to the lighting. Note that Renderers and Terrains contribute to the lighting only if their StaticEditorFlags.ContributeGI flag is enabled.

Unity calls bakeStarted when it starts the bake, and bakeCompleted when it completes the bake. This function returns when Unity completes the bake. If the bake was not successful, Unity prints a warning to the console.

Note that Unity only performs the bake if Lightmapping.giWorkflowMode is set to Lightmapping.GIWorkflowMode.OnDemand. If this is not the case, this function immediately returns false.

For asynchronous bakes see BakeAsync.

See Also: Scene.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961