Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Initialize(RenderPipelineGlobalSettings)

Editor-only function that initializes the RenderPipelineGlobalSettings.
Read time 1 minuteLast updated 6 days ago

Definition

public virtual void Initialize(RenderPipelineGlobalSettings source = null)

Parameters

RenderPipelineGlobalSettings that Unity will copy values from. Optional.

Remarks

If you provide another
RenderPipelineGlobalSettings
in
source
, Unity will use its values to initialize these
RenderPipelineGlobalSettings
.