Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.