Version: 2022.3
言語: 日本語
public bool ApplyTo (Object target);
public bool ApplyTo (Object target, string[] selectedPropertyPaths);

パラメーター

target The target object that will be updated with the Preset serialized values.
selectedPropertyPaths Optional list of property names that are applied to the target.

戻り値

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

説明

Applies this Preset to the target object.