Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SceneView.IAdditionalSettings

Interface used to represent any kind of SceneView.AdditionalSettings<TRenderPipelineAsset, TLinkedComponent>.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Interface
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public interface SceneView.IAdditionalSettings : ICloneable

Remarks

Do not implement this interface directly. Inherit from AdditionalSettings<PipelineType, ComponentType> instead.

Properties

Property

Description

linkedComponentThe component linked to this IAdditionalSettings object.

Methods

Method

Description

ApplySets the data inside SceneView.AdditionalSettings<TRenderPipelineAsset, TLinkedComponent>.linkedComponent after the data is changed by the Engine.
ResetSets the values back to default.

Inheritance

Inherited Members