C# Класс UnityEditor.Rendering.HighDefinition.CustomPassDrawerAttribute

Наследование: Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
CustomPassDrawerAttribute ( Type targetPassType ) : System

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

Описание методов

CustomPassDrawerAttribute() публичный Метод

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.
Результат System