EditorGraphicsSettings

class in UnityEditor.Rendering

Description

Editor-specific script interface for Graphics Settings.

Static Properties

albedoSwatchesReturns an array of AlbedoSwatchInfo.
batchRendererGroupShaderStrippingModeThe current mode the BatchRendererGroup stripping is set to.

Static Methods

GetRenderPipelineGlobalSettingsAssetGets the RenderPipelineGlobalSettings asset registered for the given RenderPipeline asset.
GetRenderPipelineSettingsFromInterfaceGet all settings for the currently active pipeline that implement TSettingsInterfaceType .
GetSupportedRenderPipelineGraphicsSettingsTypesForPipelineRetrieves the IRenderPipelineGraphicsSettings available for the given RenderPipelineAsset.
GetTierSettingsReturns TierSettings for a given build target and graphics tier.
PopulateRenderPipelineGraphicsSettingsFills the settingsList with all the available IRenderPipelineGraphicsSettings that are supported for the RenderPipelineGlobalSettings asset.
SetRenderPipelineGlobalSettingsAssetThe method sets the association between the given RenderPipeline asset and the RenderPipelineGlobalSettings asset.
SetTierSettingsSet the TierSettings for a given build target and graphics tier.
TryGetFirstRenderPipelineSettingsFromInterfaceGet the first settings for the currently active pipeline that implements TSettingsInterfaceType .
TryGetRenderPipelineSettingsForPipelineRetrieves the settings object of type TSettings for the pipeline of type TPipeline if it is registered.
TryGetRenderPipelineSettingsFromInterfaceRetrieves the array of the settings objects of type TSettingsInterfaceType for the active Render Pipeline if they are registered.
TryGetRenderPipelineSettingsFromInterfaceForPipelineRetrieves the array of the settings objects of type TSettingsInterfaceType for the pipeline of type TPipeline if they are registered.

Did you find this page useful? Please give it a rating: