Beispiel #1
0
 public static void ReceiversPopup(SerializedProperty property, GUIContent content)
 {
     property.objectReferenceValue = OSCPopup(OSCEditorUtils.GetReceivers(), property.objectReferenceValue as OSCReceiver, content);
 }
Beispiel #2
0
 public static OSCReceiver ReceiversPopup(OSCReceiver receiver, GUIContent content)
 {
     return(OSCPopup(OSCEditorUtils.GetReceivers(), receiver, content));
 }