Class DisallowMultipleRendererFeature
Prevents ScriptableRendererFeatures of same type to be added more than once to a Scriptable Renderer.
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class DisallowMultipleRendererFeature : Attribute
Constructors
DisallowMultipleRendererFeature(string)
Declaration
public DisallowMultipleRendererFeature(string customTitle = null)
Parameters
Type | Name | Description |
---|---|---|
string | customTitle |
Properties
customTitle
Set the custom title for renderer feature.
Declaration
public string customTitle { get; }
Property Value
Type | Description |
---|---|
string |