CanBeAppliedTo(Object)
Returns true if this Preset can be applied to the target Object.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Presets
- Assembly: UnityEditor.CoreModule
public bool CanBeAppliedTo(Object target)
Parameters
Returns
Type | Description |
|---|---|
| bool |
Remarks
This method does not perform any modification to the Preset or the target Object.