C# Class UnityEngine.Rendering.PostProcessing.MinAttribute

Inheritance: Attribute
ファイルを表示 Open project: StefanJo3107/ASCII-Rendering-Shader-in-Unity

Public Properties

Property Type Description
min float

Public Methods

Method Description
MinAttribute ( float min ) : System

Creates a new attribute.

Method Details

MinAttribute() public method

Creates a new attribute.
public MinAttribute ( float min ) : System
min float
return System

Property Details

min public_oe property

The minimum value the field will be clamped to.
public float min
return float