EditorGraphicsSettings
Editor-specific script interface for Graphics Settings.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor
public sealed class EditorGraphicsSettings
Static Properties
Property | Description |
|---|---|
| albedoSwatches | Returns an array of AlbedoSwatchInfo. |
| batchRendererGroupShaderStrippingMode | The current mode the BatchRendererGroup stripping is set to. |
Static Methods
Method | Description |
|---|---|
| GetRenderPipelineGlobalSettingsAsset | Gets the RenderPipelineGlobalSettings asset registered for the given RenderPipeline asset. |
| GetRenderPipelineSettingsFromInterface | Get all settings for the currently active pipeline that implement |
| GetSupportedRenderPipelineGraphicsSettingsTypesForPipeline | Retrieves the IRenderPipelineGraphicsSettings available for the given RenderPipelineAsset. |
| GetTierSettings | Returns TierSettings for a given build target and graphics tier. |
| PopulateRenderPipelineGraphicsSettings | Fills the settingsList with all the available IRenderPipelineGraphicsSettings that are supported for the RenderPipelineGlobalSettings asset. |
| SetRenderPipelineGlobalSettingsAsset | The method sets the association between the given RenderPipeline asset and the RenderPipelineGlobalSettings asset. |
| SetTierSettings | Set the TierSettings for a given build target and graphics tier. |
| TryGetFirstRenderPipelineSettingsFromInterface | Get the first settings for the currently active pipeline that implements |
| TryGetRenderPipelineSettingsForPipeline | Retrieves the settings object of type |
| TryGetRenderPipelineSettingsFromInterface | Retrieves the array of the settings objects of type |
| TryGetRenderPipelineSettingsFromInterfaceForPipeline | Retrieves the array of the settings objects of type |