Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetAsDefault(Preset)

Sets the Preset as the default for its target type in the project.
Read time 1 minuteLast updated 13 days ago

Definition

Warning
Deprecated. Use SetDefaultPresetsForType instead.
public static bool SetAsDefault(Preset preset)

Parameters

preset

The Preset asset to set as the default.

Returns

Type

Description

boolReturns true if the Preset is successfully set as the default, or false otherwise.