Example #1
0
        public MetaButtonEventProvider()
        {
#if UNITY_EDITOR
            _interop = new EditorMetaButtonEventInterop();
#else
            _interop = new MetaButtonEventInterop();
#endif
        }
Example #2
0
 /// <summary>
 /// Create a new instance of this class
 /// </summary>
 public EditorMetaButtonEventInterop()
 {
     _interop = new MetaButtonEventInterop();
 }