Beispiel #1
0
 static public EditorGUIElement CreateBlockLabeledEditorGUIElement(this EditDisplay item)
 {
     return(item.CreateEditorGUIElement().LabelWithGUIContentBlock(item.CreateGUIContentLabel()));
 }