EditorGraphicsSettings.TryGetFirstRenderPipelineSettingsFromInterface

Declaration

public static bool TryGetFirstRenderPipelineSettingsFromInterface(out TSettingsInterfaceType settings);

Parameters

settings The settings object of type TSettingsInterfaceType if found, or null.

Returns

bool True if a setting implementing TSettingsInterfaceType was found, false otherwise.

Description

Get the first settings for the currently active pipeline that implements TSettingsInterfaceType .


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