コード例 #1
0
 public static Action AddDropHandler(InspectorDropHandler handler)
 {
     return(AddDropHandler(kInspectorDropDstId, handler));
 }
コード例 #2
0
 public static void RemoveDropHandler(InspectorDropHandler handler)
 {
     RemoveDropHandler(DragAndDropWindowTarget.inspector, handler);
 }
コード例 #3
0
 public static Action AddDropHandler(InspectorDropHandler handler, bool isDefault = false)
 {
     return(AddDropHandler(kInspectorDropDstId, handler, isDefault));
 }