SetAsDefault(Preset)
Sets the Preset as the default for its target type in the project.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Presets
- Assembly: UnityEditor.CoreModule
public static bool SetAsDefault(Preset preset)
Parameters
The Preset asset to set as the default.
Returns
Type | Description |
|---|---|
| bool | Returns true if the Preset is successfully set as the default, or false otherwise. |