Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FilterParameter

Represents a filter parameter for a FilterFunctionDefinition.
Read time 1 minuteLast updated 5 days ago

Definition

public struct FilterParameter : IEquatable<FilterParameter>

Constructors

Constructor

Description

FilterParameter(System.Single)Creates a float filter parameter.
FilterParameter(UnityEngine.Color)Creates a color filter paramter.

Properties

Property

Description

colorValueThe color value of the filter parameter.
floatValueThe float value of the filter parameter.
typeThe type of the filter parameter.