DefaultPreset
This structure defines a default Preset. See GetDefaultListForType and SetDefaultListForType for usage.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Presets
- Assembly: UnityEditor
public struct DefaultPreset
Properties
Property | Description |
|---|---|
| enabled | Set this value to false to disable this DefaultPreset setting from the default preset list without removing it. |
| filter | The 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. |
| preset | The Preset applied to an object instance when it matches the search filter defined by DefaultPreset.m_Filter. |