Example #1
0
 protected virtual void OnComponentHeaderTitleGUI(Rect position)
 {
     if (titleAccessor != null)
     {
         LudiqGUI.DrawCustomComponentTitleField(position, titleAccessor, titlePlaceholder);
     }
     else
     {
         LudiqGUI.DrawCustomComponentTitle(position, staticTitle);
     }
 }