CanCacheInspectorGUI(SerializedProperty)
Override this method to determine whether the inspector GUI for your property can be cached.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public virtual bool CanCacheInspectorGUI(SerializedProperty property)
Parameters
The SerializedProperty to make the custom GUI for.
Returns
Type | Description |
|---|---|
| bool | Whether the drawer's UI can be cached. |