C# Class UnityEngine.Rendering.PostProcessing.TrackballAttribute

Inheritance: Attribute
Show file Open project: StefanJo3107/ASCII-Rendering-Shader-in-Unity

Public Properties

Property Type Description
mode Mode

Public Methods

Method Description
TrackballAttribute ( Mode mode ) : System

Creates a new attribute.

Method Details

TrackballAttribute() public method

Creates a new attribute.
public TrackballAttribute ( Mode mode ) : System
mode Mode A mode used to display pre-filtered values in the inspector
return System

Property Details

mode public property

The mode used to display pre-filtered values in the inspector.
public Mode mode
return Mode