Example #1
0
 public bool RemoveAttachment(EditorGUIElementAttachment to_remove)
 {
     return(element.RemoveAttachment(to_remove));
 }