RenderPipelineGlobalSettings.TryGetFirstSettingsImplementingInterface

Declaration

protected bool TryGetFirstSettingsImplementingInterface(out TSettingsInterfaceType settings);

Parameters

settings Get the first settings for the currently active pipeline that implements TSettingsInterfaceType, or null if none were found.

Returns

bool Returns true if a setting of type TSettingsInterfaceType were found, false otherwise.

Description

Try to get the first settings that implements TSettingsInterfaceType.


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