UnityEditor.NetworkManagerEditor.ChannelAddButton C# (CSharp) 메소드

ChannelAddButton() 개인적인 메소드

private ChannelAddButton ( Rect rect, ReorderableList list ) : void
rect UnityEngine.Rect
list UnityEditorInternal.ReorderableList
리턴 void
        internal void ChannelAddButton(Rect rect, ReorderableList list)
        {
            this.m_ChannelListProperty.arraySize++;
            this.m_ChannelListProperty.GetArrayElementAtIndex(this.m_ChannelListProperty.arraySize - 1).enumValueIndex = 5;
            list.index = this.m_ChannelListProperty.arraySize - 1;
        }