C# Class UnityEngine.Rendering.PostProcessing.DisplayNameAttribute

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

Public Properties

Property Type Description
displayName string

Public Methods

Method Description
DisplayNameAttribute ( string displayName ) : System

Creates a new attribute.

Method Details

DisplayNameAttribute() public method

Creates a new attribute.
public DisplayNameAttribute ( string displayName ) : System
displayName string The label to display in the inspector
return System

Property Details

displayName public_oe property

The label displayed in the inspector.
public string displayName
return string