Version: 2019.2
public bool ApplyTo (Object target);
public bool ApplyTo (Object target, string[] selectedPropertyPaths);

Parameters

targetThe target object that will be updated with the Preset serialized values.
selectedPropertyPathsOptional list of property names that are applied to the target.

Returns

bool Returns true if the target object was successfully updated by the Preset, false otherwise.

Description

Applies this Preset to the target object.