C# Class UnityEditor.Rendering.HighDefinition.CustomPassDrawerAttribute

Inheritance: Attribute
Datei anzeigen Open project: m0nsky/hdrp_dxr_dlss

Public Methods

Method Description
CustomPassDrawerAttribute ( Type targetPassType ) : System

Indicates that the class is a Custom Pass drawer and that it replaces the default Custom Pass GUI.

Method Details

CustomPassDrawerAttribute() public method

Indicates that the class is a Custom Pass drawer and that it replaces the default Custom Pass GUI.
public CustomPassDrawerAttribute ( Type targetPassType ) : System
targetPassType Type The Custom Pass type.
return System