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.