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).
Declaration
protected virtual bool Update(BuiltinSkyParameters builtinParams)
Parameters
| Type | Name | Description | 
|---|---|---|
| BuiltinSkyParameters | builtinParams | Engine parameters that you can use to update the sky.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the update determines that sky lighting needs to be re-rendered. False otherwise.  |