コード例 #1
0
        protected override void SetupDropdownIndices()
        {
            base.SetupDropdownIndices();

            _eventNames.SetupIndex();
            _methodNames.SetupIndex();
        }
コード例 #2
0
        protected override void SetupDropdownIndices()
        {
            _srcNames.SetupIndex();
            _srcPaths.SetupIndex();

            _dstNames.SetupIndex();
            _dstPaths.SetupIndex();
        }
コード例 #3
0
        protected override void SetupDropdownIndices()
        {
            base.SetupDropdownIndices();

            _dstNames.SetupIndex();
            _dstPaths.SetupIndex();
            _eventNames.SetupIndex();
            _srcPropNames.SetupIndex();
            _srcPathNames.SetupIndex();

            _argTypeIdx = (EventArgType)_argTypeProp.enumValueIndex;
        }
コード例 #4
0
        protected override void SetupDropdownIndices()
        {
            base.SetupDropdownIndices();

            _srcNames.SetupIndex();
            _srcPaths.SetupIndex();

            _dstNames.SetupIndex();
            _dstPaths.SetupIndex();

            _dstChangeEvents.SetupIndex();
        }
コード例 #5
0
        protected override void SetupDropdownIndices()
        {
            base.SetupDropdownIndices();

            _srcCollectionNames.SetupIndex();
        }
コード例 #6
0
 protected override void SetupDropdownIndices()
 {
     _selectedItemNames.SetupIndex();
     _selectedItemCollectionNames.SetupIndex();
 }