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 |
|---|---|
| linkedComponent | The component linked to this IAdditionalSettings object. |
Methods
Method | Description |
|---|---|
| Apply | Sets the data inside SceneView.AdditionalSettings<TRenderPipelineAsset, TLinkedComponent>.linkedComponent after the data is changed by the Engine. |
| Reset | Sets the values back to default. |