C# Class UnityEditor.Rendering.VolumeParameterDrawerAttribute

Inheritance: Attribute
显示文件 Open project: m0nsky/hdrp_dxr_dlss

Public Properties

Property Type Description
parameterType Type

Public Methods

Method Description
VolumeParameterDrawerAttribute ( Type parameterType ) : System

Creates a new VolumeParameterDrawerAttribute instance.

Method Details

VolumeParameterDrawerAttribute() public method

Creates a new VolumeParameterDrawerAttribute instance.
public VolumeParameterDrawerAttribute ( Type parameterType ) : System
parameterType Type A type derived from .
return System

Property Details

parameterType public_oe property

A type derived from VolumeParameter{T}.
public Type parameterType
return Type