This version of Unity is unsupported.

DefaultPreset

struct in UnityEditor.Presets

/

Implemented in:UnityEditor

Description

This structure defines a default Preset. See Preset.GetDefaultListForType and Preset.SetDefaultListForType for usage.

Properties

m_FilterThe search filter that is compared against the object instance. The DefaultPreset.m_Preset is applied to the object instance if it matches the search filter.
m_PresetThe Preset applied to an object instance when it matches the search filter defined by DefaultPreset.m_Filter.