Method Update
Update(BuiltinSkyParameters)
HDRP calls this function once every frame. Implement it if your SkyRenderer needs to iterate independently of the user defined update frequency (see SkySettings UpdateMode).
선언
protected virtual bool Update(BuiltinSkyParameters builtinParams)
파라미터
타입 | 이름 | 설명 |
---|---|---|
BuiltinSkyParameters | builtinParams | Engine parameters that you can use to update the sky. |
반환
타입 | 설명 |
---|---|
bool | True if the update determines that sky lighting needs to be re-rendered. False otherwise. |