Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DefaultPresetSelectorReceiver

Basic implementation of the PresetSelectorReceiver.
Read time 4 minutesLast updated 9 days ago

Definition

Warning
Deprecated. The DefaultPresetSelectorReceiver is deprecated. Please use PresetSelector.ShowSelector(Object[], Preset, bool) instead.
public class DefaultPresetSelectorReceiver : PresetSelectorReceiver

Remarks

Uses this version when PresetSelector.ShowSelector is called without the PresetSelectorReceiver parameter.

Methods

Method

Description

OnSelectionChangedApplies the Preset to each target. If Preset is null, this method reverts the value of each target.
OnSelectionClosedApplies the current selection and then destroys itself.

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.