Method Update
Update(BuiltinSkyParameters)
HDRP calls this function once every frame. Implement it if your CloudRenderer needs to iterate independently of the user defined update frequency (see CloudSettings UpdateMode).
Declaration
protected virtual bool Update(BuiltinSkyParameters builtinParams)
Parameters
Type | Name | Description |
---|---|---|
BuiltinSkyParameters | builtinParams | Engine parameters that you can use to update the clouds. |
Returns
Type | Description |
---|---|
bool | True if the update determines that cloud lighting needs to be re-rendered. False otherwise. |