Version: 2022.3
言語: 日本語

DefaultPreset

struct in UnityEditor.Presets

マニュアルに切り替える

説明

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

変数

enabledSet this value to false to disable this DefaultPreset setting from the default preset list without removing it.
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.
presetThe Preset applied to an object instance when it matches the search filter defined by DefaultPreset.m_Filter.