C# Class MenuExample.EntryPoint

Show file Open project: alexguirre/RAGENativeUI

Public Methods

Method Description
Main ( ) : void
OnCheckboxChange ( UIMenu sender, RAGENativeUI.Elements.UIMenuCheckboxItem checkbox, bool Checked ) : void
OnItemChange ( UIMenu sender, int index ) : void
OnItemSelect ( UIMenu sender, UIMenuItem selectedItem, int index ) : void
OnListChange ( UIMenu sender, UIMenuListItem list, int index ) : void
ProcessLoop ( ) : void

Method Details

Main() public static method

public static Main ( ) : void
return void

OnCheckboxChange() public static method

public static OnCheckboxChange ( UIMenu sender, RAGENativeUI.Elements.UIMenuCheckboxItem checkbox, bool Checked ) : void
sender RAGENativeUI.UIMenu
checkbox RAGENativeUI.Elements.UIMenuCheckboxItem
Checked bool
return void

OnItemChange() public static method

public static OnItemChange ( UIMenu sender, int index ) : void
sender RAGENativeUI.UIMenu
index int
return void

OnItemSelect() public static method

public static OnItemSelect ( UIMenu sender, UIMenuItem selectedItem, int index ) : void
sender RAGENativeUI.UIMenu
selectedItem RAGENativeUI.Elements.UIMenuItem
index int
return void

OnListChange() public static method

public static OnListChange ( UIMenu sender, UIMenuListItem list, int index ) : void
sender RAGENativeUI.UIMenu
list RAGENativeUI.Elements.UIMenuListItem
index int
return void

ProcessLoop() public static method

public static ProcessLoop ( ) : void
return void