GetDefaultPresetsForObject(Object)
Gets the ordered list of Presets that set its default values when applied to the target.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Presets
- Assembly: UnityEditor
public static Preset[] GetDefaultPresetsForObject(Object target)
Parameters
The object instance tested against each DefaultPreset.m_Filter search filter.
Returns
Type | Description |
|---|---|
| Preset[] | Returns an ordered list of Presets that match the specified target. |