RAGENativeUI.Elements.UIMenuListItem.UIMenuListItem C# (CSharp) 메소드

UIMenuListItem() 공개 메소드

List item, with left/right arrows.
public UIMenuListItem ( string text, List items, int index ) : System
text string Item label.
items List List that contains your items.
index int Index in the list. If unsure user 0.
리턴 System
        public UIMenuListItem(string text, List<dynamic> items, int index)
            : this(text, items, index, "")
        {
        }

Same methods

UIMenuListItem::UIMenuListItem ( string text, List items, int index, string description ) : System