Method RequiresPreRenderSky
RequiresPreRenderSky(BuiltinSkyParameters)
Whether the PreRenderSky step is required.
선언
public virtual bool RequiresPreRenderSky(BuiltinSkyParameters builtinParams)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| BuiltinSkyParameters | builtinParams | Engine parameters that you can use to render the sky. |
반환
| 타입 | 설명 |
|---|---|
| bool | True if the PreRenderSky step is required. |