Version: 2023.2
언어: 한국어

LightProbes.GetSharedLightProbesForScene

매뉴얼로 전환
public static LightProbes GetSharedLightProbesForScene (SceneManagement.Scene scene);

파라미터

scene The scene to get the shared light probe data for.

반환

LightProbes The shared light probe data for the scene.

설명

Gets the shared LightProbes object for a specific scene.

Unless you need to modify an asset, it's not recommended to modify a LightProbes object returned by this method. You may affect all currently loaded versions of the scene, or change the light probe data stored in Lighting Data assets. Use LightProbes.GetInstantiatedLightProbesForScene instead.

Additional resources: LightProbes.GetInstantiatedLightProbesForScene.