C# Class UnityEditor.Rendering.PostProcessing.PostProcessEditorAttribute

Inheritance: Attribute
显示文件 Open project: StefanJo3107/ASCII-Rendering-Shader-in-Unity

Public Properties

Property Type Description
settingsType Type

Public Methods

Method Description
PostProcessEditorAttribute ( Type settingsType ) : System

Creates a new attribute.

Method Details

PostProcessEditorAttribute() public method

Creates a new attribute.
public PostProcessEditorAttribute ( Type settingsType ) : System
settingsType Type The type that this editor can edit
return System

Property Details

settingsType public_oe property

The type that this editor can edit.
public Type settingsType
return Type