IsEditable(Object)
Checks if the target object is editable.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
protected static bool IsEditable(Object target)
Parameters
The target which is checked if it is editable.
Returns
Type | Description |
|---|---|
| bool | Wether or not the object is editable. |