DataEquals(Object)
Determines if the target object has the same serialized values as the Preset.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Presets
- Assembly: UnityEditor.CoreModule
public bool DataEquals(Object target)
Parameters
The target object to be compared against the Preset.
Returns
Type | Description |
|---|---|
| bool | Returns true when the target object has the same serialized values as the Preset. Otherwise, returns false. |