Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FilterFunctionDefinition

Represents a filter function definition that holds the parameters and effects of a filter.
Read time 3 minutesLast updated 2 days ago

Definition

[HelpURL("ui-systems/custom-filters")]public sealed class FilterFunctionDefinition : ScriptableObject

Properties

Property

Description

filterNameThe name of the filter function used for display.
parametersThe description of the function parameters.
passesThe post-processing effects applied by the filter function.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.