Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


linkedComponent

The component linked to this AdditionalSettings object.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
protected TLinkedComponent linkedComponent { get; set; }

Remarks

Use this component as a target to apply the settings with SceneView.AdditionalSettings<TRenderPipelineAsset, TLinkedComponent>.Apply(). This component reference is preserved when you copy and paste.