Method Clone
Clone(RenderPipelineGlobalSettings, bool)
Clones the RenderPipelineGlobalSettings asset
Declaration
protected abstract void Clone(RenderPipelineGlobalSettings src, bool activateAsset)
Parameters
Type | Name | Description |
---|---|---|
RenderPipelineGlobalSettings | src | The RenderPipelineGlobalSettings to clone. |
bool | activateAsset | if the asset should be shown on the inspector. |