Version: 2021.3
언어: 한국어

Lightmapping.TryGetLightingSettings

매뉴얼로 전환
public static bool TryGetLightingSettings (out LightingSettings settings);

파라미터

settings See Lightmapping.lightingSettings.

반환

bool Returns true if there is an object, and false if it isn't.

설명

Fetches the Lighting Settings for the current Scene. Will return false if it is null.

Useful if you don't want an exception to be thrown if lightingSettings is null.