PropertyCallbackScope(Action<Rect, SerializedProperty>)
Begin an PropertyCallbackScope.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public PropertyCallbackScope(Action<Rect, SerializedProperty> callback)
Parameters
Callback to be called for each property being rendered and before drawing starts.