Class CustomPassDrawerAttribute
Tells a CustomPassDrawer which CustomPass class is intended for the GUI inside the CustomPassDrawer class
구현
상속된 멤버
네임스페이스: UnityEditor.Rendering.HighDefinition
어셈블리: solution.dll
구문
[AttributeUsage(AttributeTargets.Class)]
public class CustomPassDrawerAttribute : Attribute, _Attribute
생성자
이름 | 설명 |
---|---|
CustomPassDrawerAttribute(Type) | Indicates that the class is a Custom Pass drawer and that it replaces the default Custom Pass GUI. |