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

Parameters

target将使用预设已序列化值进行更新的目标对象。
selectedPropertyPathsOptional list of property names that are applied to the target.

Returns

bool 如果预设已成功更新目标对象,则返回 true,否则,返回 false。

Description

将此预设应用到目标对象。